-
Notifications
You must be signed in to change notification settings - Fork 4
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
program crashes when trying to use picard #2
Comments
This works for me with picard-tools-1.119 and the update that I just pushed should make it work with your version. |
Hi,
Any suggestions on what could be causing it? Thanks |
you see this error on the example data? |
I just commit a change that might address this. If it does not, let me know and I'll make it output the de-armed SAM and the user can run fixmateinformation on their own. |
Thank you very much for your quick response. No. I did not see the error with the sample data. Taking a look to the first error, It may not be the same one as mine.
It seems that error occurred on line 388 of bwamips.py, where sometimes mip.get can return "None" if no MIP match was found, and that is an invalid SAM value for an integer tag. I also used the your newer version it seems that solve some of the issues because now I am able to run it with chr7 but I am getting the following error when running it with the whole genome:
Thanks |
the first error shows that you have a mip in the fastq that wasn't in the On Mon, Jan 25, 2016 at 6:35 PM, Flope [email protected] wrote:
|
Thanks again.
I am not sure if I understand that. Does it mean that the software found an amplicon in the sequences that wasn't listed. But, isn't it expected to find unspecific amplification? Thanks. |
When I try to run the example files the program crashes when it tries to use picard, it might be something with the input file it cannot find. It only produces an empty sample.bam output file before it crashes.
Here is the complete error message:
The text was updated successfully, but these errors were encountered: