Hi all,
I have been trying to trim my fastq files, and I am running into problems. I used the "Trim leading or trailing characters" tool to trim the first 10bps of my reads (from 51bp -> 41bp for each read) with the following conditions:
this dataset LV_12_S24_L005_R1_001.fastq
Trim this column only 0
Trim from the beginning up to this position 11
Remove everything from this position to the end 50
Is input dataset in fastq format? Yes
Ignore lines beginning with these characters
After I run this, I get an error message saying:
Traceback (most recent call last):
File "/cvmfs/main.galaxyproject.org/galaxy/tools/filters/trimmer.py", line 111, in <module>
main()
File "/cvmfs/main.galaxyproject.org/galaxy/tools/filters/trimmer.py", line 75, in main
invalid_starts[i] = chr( int( item ) )
ValueError: invalid literal for int() with base 10: '-q'
I have previously used the same tool to trim sequences for my previous experiments, and had no problem. Strangely, when I try to repeat exactly the same trimming process using the same parameters and same fastq file, I cannot get the trim to work.
Any help would be appreciated,
Yena
Hello Yena,
If you are working at http://usegalaxy.org, would you please send in this error as a bug report? I suspect there is an input problem, but would like to confirm and share how to resolve. Please include a link to this Biostars post in the comments and leave all input/error datasets undeleted.
If working elsewhere, see if you can reproduce on the Main Galaxy server for the best feedback. If you cannot reproduce the error there, that is also informative.
Thanks, Jen, Galaxy team
Update: I was able to reproduce this with an independent test. We are investigating; no need to send in a bug report. More feedback soon. Thanks for reporting the problem! Jen