-
Notifications
You must be signed in to change notification settings - Fork 66
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
Code changes to work with pysam 0.13.0 #375
Conversation
…rsistentFastqProxy
…se of pysam issues with the setAttribute function
… will merge these changes Merge branch 'AC-updatedoc' into AC-pysam_changes
…uggested this change
… if so revert them to correct . format
…as been removed from the pyx file and added to bam2bam because it is not compiling correctly
Have also updated the test for bam2bam nh-flag.bam because the test output was the same when using samtools view but the binary was different. We copied the new test output and replaced it with the old one. |
Hi @Acribbs Here are some errors that I got after testing this branch (along with Please let me know your thoughts. They both look like a Best regards,
|
hmm iv seen this error before, I will look into it tomorrow. |
So I have ran
and it seems for this gene there is no p_id being generated during the cufflinks step for this gene. It may require more investigation as to why because it isn't clear to me at the moment what the exact problem is. |
have ran:
and the transcript has exon id that other transcripts for this gene dont have. Will look into this further. |
Hi, Following up our discussion over the group meeting today, I just wanted to confirm that the version of Best regards, |
gtf2tsv: p_id issue: This seems to be relatated to a python 3.6 issue because on my py35 environment I can run the script no problem on the commandline. |
Ah I see what the issue is now, it should have been obvious when an |
@AndreasHeger @Acribbs please review