Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDMurray committed Aug 2, 2023
1 parent 4126b1b commit 4fdb014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ process step2 {
if [ "${FILETYPE}" == "BAM" ]; then
mv done_wget/*.bam* "done_wget/${SAMPLE}.bam"
elif [ "${FILETYPE}" == "GZ1" ] || [ [ "${FILETYPE}" == "GZ2" ]; then
elif [ "${FILETYPE}" == "GZ1" ] || [ "${FILETYPE}" == "GZ2" ]; then
echo "need to do move fastqs to correct extension too but need to see how fastqs are passed to metadata"
echo "that could change how this process works for fastqs"
fi
Expand Down

0 comments on commit 4fdb014

Please sign in to comment.