Skip to content

Commit

Permalink
Update assembly.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Sep 30, 2022
1 parent 0929429 commit bea2b3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/assembly/assembly.nf
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,13 @@ process STRAINXPRESS {
echo '' > .${sample_id}_strainxpress_version
{
python3 /NGStools/StrainXpress/scripts/strainxpress.py -fq $fasta_reads_single -t $task.cpus
mv all.contigs_*.fasta ${sample_id}_strainxpress.fasta
echo pass > .status
} || {
echo fail > .status
}
{
mv stageb/final_contigs.fasta ${sample_id}_strainxpress.fasta
} || {
:> ${sample_id}_strainxpress.fasta
}
"""
Expand Down

0 comments on commit bea2b3f

Please sign in to comment.