Open messersc opened 5 years ago
I'm also interested in an answer to this.
Additionally, though GitHub has tracked only a single release dating back to Dec 2016, you have probably noticed in the readme file the following update from 2017:
0.2
Released on February 23, 2017. Updated dependency to Pysam v0.10.0. Opossum now supports unpaired data and filters out unmapped reads. Bug fixes.
So I'd say to check that you've downloaded the latest code, which may not be the 'latest release'.
Hi,
I totally missed that. I was on https://github.com/BSGOxford/Opossum/commit/de259b45a35cd7d4c01dbb40d48d16c9118d76c4, which is newer than the 0.2 commit though.
Guess I will need to revisit my analysis.
Thanks, Clemens
Hello and apologies for the late reply. I have moved on to another field and unfortunately don't have time to maintain the Opossum code any more. Opossum indeed supports single-end reads, please use the latest code which is fe8f72e committed on 10 Apr 2018. Best regards, Laura
I am using opossum/0.2
Working on wheat samples with SE reads
Script used : Opossum.py --BamFile=calm.out.bam --SoftClipsExist=True --ProperlyPaired=False --OutFile=A_genome_mapping_sample_1_secondroundAligned.opossum.output.bam
Thanks in advance Uday**
Hi,
I was wondering which Opossum parameters I should set for single-end reads.
I think I need to set
--ProperlyPaired
to false, because it looks like I'm not getting any reads otherwise.Any other things I should take into account? What would be the recommended way to run opossum and platypus on single-end RNA-seq data?
Thanks, Clemens