Skip to content

Commit

Permalink
Merge pull request #36 from genomic-medicine-sweden/pangolin-typing-m…
Browse files Browse the repository at this point in the history
…edaka

Pangolin typing with medaka
  • Loading branch information
henningonsbring authored Nov 9, 2021
2 parents 8dfe837 + 3682878 commit 496f421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/articNcovNanopore.nf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ workflow sequenceAnalysisMedaka {
collateSamples(qc.pass.map{ it[0] }
.join(articMinIONMedaka.out.consensus_fasta, by: 0)
.join(articRemoveUnmappedReads.out))


pangolinTyping(articMinIONMedaka.out.consensus_fasta)

if (params.outCram) {
bamToCram(articMinIONMedaka.out.ptrim.map{ it[0] }
Expand Down

0 comments on commit 496f421

Please sign in to comment.