Skip to content

Commit

Permalink
temporarily disable busco
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary-foster committed Jan 19, 2024
1 parent 6d71690 commit 43a7959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflows/pathogensurveillance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ workflow PATHOGENSURVEILLANCE {
.combine(COARSE_SAMPLE_TAXONOMY.out.kingdom, by: 0) // val(meta), [file(fastq)], val(ref_meta), file(reference), val(group_meta), [val(ref_meta)], val(kingdom)
.combine(COARSE_SAMPLE_TAXONOMY.out.depth, by:0) // val(meta), [file(fastq)], val(ref_meta), file(reference), val(group_meta), [val(ref_meta)], val(kingdom), val(depth)
.map { it[0..1] + it[4..7] } // val(meta), [file(fastq)], val(group_meta), [val(ref_meta)], val(kingdom), val(depth)
BUSCO_PHYLOGENY (
busco_input,
DOWNLOAD_REFERENCES.out.sequence
)
//BUSCO_PHYLOGENY (
// busco_input,
// DOWNLOAD_REFERENCES.out.sequence
//)

// Save version info
CUSTOM_DUMPSOFTWAREVERSIONS (
Expand Down

0 comments on commit 43a7959

Please sign in to comment.