NorwegianVeterinaryInstitute / DPI

Differences between Pairs of Isolates
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

dpi.nf #30

Open evezeyl opened 4 months ago

evezeyl commented 4 months ago

check channel if should really use combine and not join operator fna_pairs_ch = input_unique_pairs_ch .map{it.swap(0,1)} .combine(ANNOTATE.out.bakta_fna_ch, by: 0) .map{it.swap(0,2)} .combine(ANNOTATE.out.bakta_fna_ch, by: 0) .map{it.swap(0,1)} .map{it.swap(1,2)}