One of my samples failed Tophat and the content of the log is
Traceback (most recent call last): File "/usr/local/bin/tophat-2.0.6/tophat", line 4022, in <module> sys.exit(main()) File "/usr/local/bin/tophat-2.0.6/tophat", line 3782, in main args = params.parse_options(argv) File "/usr/local/bin/tophat-2.0.6/tophat", line 1080, in parse_options self.read_mismatches = int(value) ValueError: invalid literal for int() with base 10: '3--quals'
what does this error mean? any possible fix? thanks
I have 32 samples (FastQ) and used the same tophat command, and 31 of them worked successfully. Only one of the samples failed with the above error message. I saw tophat has an option of using '--quals', but I did not set it explicitly in my command. Should I set '3 --quals' explicitly in my command?
What command are you running - it sounds like something in the pipeline could be messing up.