We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cutadapt/cutadapt/scripts/cutadapt.py
Line 602 in 3fedb4e
Needs to have and not options.trim_n added to it otherwise if you invoke cutadapt as follows you will get an error message:
and not options.trim_n
cutadapt --trim-n -o output.fastq trim_me.fastq
cutadapt: error: You need to provide at least one adapter sequence.
The text was updated successfully, but these errors were encountered:
Closes marcelm#174
35305d9
No branches or pull requests
cutadapt/cutadapt/scripts/cutadapt.py
Line 602 in 3fedb4e
Needs to have
and not options.trim_n
added to it otherwise if you invoke cutadapt as follows you will get an error message:cutadapt: error: You need to provide at least one adapter sequence.
The text was updated successfully, but these errors were encountered: