Skip to content

Commit

Permalink
Merge pull request #52 from Thomieh73/master
Browse files Browse the repository at this point in the history
Updated the EMU module and the amplicon workflow.
  • Loading branch information
Thomieh73 authored Mar 15, 2024
2 parents 2272836 + af59bc1 commit 06291a4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions modules/EMU.nf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ process EMU_CLASS {
--threads 20 \
*.fastq.gz
ln -s ${samplename}.emu/${samplename}.clean_rel-abundance.tsv ./
ln -s ${samplename}.emu/${samplename}.nfilt.fastq_rel-abundance.tsv ./${samplename}.rel-abundance.tsv
"""
}
Expand Down Expand Up @@ -64,11 +64,8 @@ process EMU_COMBINE {
script:
samplename = x.toString() - ~/.nfilt.fastq.gz$/
"""
ls -la
for taxon in species genus family order class phylum clade superkingdom; do
echo running $taxon
emu combine-outputs combined_output $taxon
done
ls
for taxon in species genus family order class phylum superkingdom; do echo running \$taxon ; emu combine-outputs ./ \$taxon ; done
"""
}

0 comments on commit 06291a4

Please sign in to comment.