Skip to content

Commit 191442d

Browse files
Rachel Colquhounrmcolq
Rachel Colquhoun
authored andcommitted
deduplicate by biosample AFTER mutation calling
1 parent e31e30e commit 191442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/process_cog_uk.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ workflow process_cog_uk {
1919
preprocess_cog_uk(uk_fasta, uk_metadata, uk_accessions)
2020
pangolin_cog_uk(preprocess_cog_uk.out.fasta, preprocess_cog_uk.out.metadata)
2121
deduplicate_by_cogid_cog_uk(preprocess_cog_uk.out.fasta, pangolin_cog_uk.out.metadata)
22-
align_and_variant_call_cog_uk(deduplicate_cog_uk.out.fasta)
22+
align_and_variant_call_cog_uk(deduplicate_by_cogid_cog_uk.out.fasta)
2323
deduplicate_by_biosample_cog_uk(align_and_variant_call_cog_uk.out.fasta,deduplicate_by_cogid_cog_uk.out.metadata)
2424
filter_and_trim_cog_uk(deduplicate_by_biosample_cog_uk.out.fasta, deduplicate_by_biosample_cog_uk.out.metadata)
2525
emit:

0 commit comments

Comments
 (0)