Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running local files through trimmomatic fails if file does not end with ".fastq" (e.g. ."fq") #280

Open
JohnHadish opened this issue Aug 18, 2023 · 2 comments
Labels

Comments

@JohnHadish
Copy link
Collaborator

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.

    echo "#TRACE fastq_lines=`cat *.fastq | wc -l`"

Command used and terminal output

No response

Relevant files

No response

System information

No response

@JohnHadish JohnHadish added the bug label Aug 18, 2023
@JohnHadish 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
@bentsherman
Copy link
Member

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.

@spficklin
Copy link
Member

Thank you @bentsherman! Nice to see you around via text!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants