Skip to content

Commit

Permalink
correct minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
julienfumey committed Dec 28, 2022
1 parent 0b8ff4d commit be7d688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyse_wg_ncbi.nf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ process checkforAltScaffold{
"""
if grep -q alt-scaffold $report
then
echo ${spName} > modified_genome.txt
echo "${spName}" > modified_genome.txt
listGoodScaffold.sh ${report} > good_scaffold_list.txt
listRemovedGenomeParts.sh ${report} > ${report.baseName}_info_removed_genome_parts.txt
else
Expand Down

0 comments on commit be7d688

Please sign in to comment.