Skip to content

Commit

Permalink
Merge pull request #24 from aofarrel/develop
Browse files Browse the repository at this point in the history
Fix myco_cleaned inputs
  • Loading branch information
aofarrel authored Apr 18, 2023
2 parents f5730e7 + 1edefe6 commit f299737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions myco_cleaned.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ workflow myco {
File? input_tree
Int min_coverage = 10
File? ref_genome_for_tree_building
Int subsample_cutoff = 450
Int subsample_seed = 1965
Int timeout_variant_caller = 120
}

Expand Down
4 changes: 3 additions & 1 deletion myco_cleaned_1samp.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ workflow myco_cleaned_one_sample {
input {
File decontaminated_fastq_1
File decontaminated_fastq_2
File typical_tb_masked_regions
}

call WF.myco {
input:
paired_decontaminated_fastq_sets = [[decontaminated_fastq_1, decontaminated_fastq_2]]
paired_decontaminated_fastq_sets = [[decontaminated_fastq_1, decontaminated_fastq_2]],
typical_tb_masked_regions = typical_tb_masked_regions
}

output {
Expand Down

0 comments on commit f299737

Please sign in to comment.