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

cutadapt -b crashes #50

Closed
marcelm opened this issue Mar 13, 2015 · 2 comments
Closed

cutadapt -b crashes #50

marcelm opened this issue Mar 13, 2015 · 2 comments

Comments

@marcelm
Copy link
Owner

marcelm commented Mar 13, 2015

From modockes...@gmail.com on April 02, 2012 21:09:35

cutadapt -b GTGACTGGAGTTCAGACGTGTGCTCTTCCGATCT 6_cutadap_trim_2.fastq -o recut_o -r recut_r --untrimmed-output=recut_untrim

Traceback (most recent call last):
File "/home/kesner/bin/python/bin/cutadapt", line 708, in
sys.exit(main())
File "/home/kesner/bin/python/bin/cutadapt", line 657, in main
for read in reader:
File "/home/kesner/bin/python/lib/python2.7/site-packages/cutadapt/seqio.py", line 249, in iter
raise ValueError("Length of quality sequence and length of read do not match (%d+%d!=%d)" % (len(qualities), lengthdiff, len(sequence)))
ValueError: Length of quality sequence and length of read do not match (22+0!=45) What version of the product are you using? On what operating system? on redhat linux. Only crashes with -b option so far

python 2.7.2

Ran fine for most of data

Original issue: http://code.google.com/p/cutadapt/issues/detail?id=40

@marcelm
Copy link
Owner Author

marcelm commented Mar 13, 2015

From modockes...@gmail.com on April 02, 2012 12:52:23

Probably my problem! Ignore this

@marcelm
Copy link
Owner Author

marcelm commented Mar 13, 2015

From marcel.m...@tu-dortmund.de on April 02, 2012 23:27:09

Perhaps I should make those error messages a little more obvious. It is -- as you seem to have guessed yourself -- an error message that points to an error in the input files, not to a crash in cutadapt.

I'll close this bug report then. Please open a new issue if you find another problem.

Status: Invalid

@marcelm marcelm closed this as completed Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant