File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
subworkflows/local/yaml_input Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ hic_data:
1919kmer_profile :
2020 # kmer_length will act as input for kmer_read_cov fastk and as the name of folder in profile_dir
2121 kmer_length : 31
22- dir : /lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValSmallData/genomic_data/nxOscSpes1/pacbio/
22+ profile : /lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValSmallData/genomic_data/nxOscSpes1/pacbio/
2323alignment :
2424 genesets :
2525 - /lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValSmallData/gene_set/nematode/csv_data/CaenorhabditisElegans.WBcel235-data.csv
Original file line number Diff line number Diff line change 1313 "errorMessage" : " Assembly level must be provided"
1414 },
1515 "assem_version" : {
16- "type" : " integer" ,
16+ "anyOf" : [{ " type" : " string " }, { "type" : " integer" }] ,
1717 "errorMessage" : " Assembly version must be provided"
1818 },
1919 "sample_id" : {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ workflow YAML_INPUT {
5555 data. assem_reads. supplementary_data,
5656 )
5757 genesets : (id == " FULL" || id == " JBROWSE" ? data. alignment. genesets. collect { geneset_path -> file(geneset_path, checkIfExists : true ) } : [])
58- synteny : (data. synteny ? data. synteny. collect { fasta -> file(fasta, checkIfExists : true ) } : [])
58+ synteny : (id == " FULL " || id == " JBROWSE " ? ( data. synteny ? data. synteny. collect { fasta -> file(fasta, checkIfExists : true ) } : []) : [])
5959 intron_size : (id == " FULL" ? data. intron. size : " " )
6060 teloseq : data. telomere. teloseq
6161 busco_lineage : data. busco. lineage
You can’t perform that action at this time.
0 commit comments