You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 36 in the trimmomatic file casues failure if files do not end with .fastq e.g. .fq. This is only a testing line, and does not influence the rest of the module. It should just be removed in the next version.
echo "#TRACE fastq_lines=`cat *.fastq | wc -l`"
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered:
JohnHadish
changed the title
Running local files through trimmomatic fails if file does not end with ".fastq" (e.g. .fq)
Running local files through trimmomatic fails if file does not end with ".fastq" (e.g. ."fq")
Aug 18, 2023
Fell free to remove all of those #TRACE messages. I added them as part of my dissertation research, but I don't know why I didn't just use a separate branch. Sorry for any annoyance they've caused.
Description of the bug
Line 36 in the trimmomatic file casues failure if files do not end with
.fastq
e.g..fq
. This is only a testing line, and does not influence the rest of the module. It should just be removed in the next version.Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: