It looks like you're new here. If you want to get involved, click one of these buttons!
Hello Everybody, I have a question regarding how to indicate last bases of every read... The walker ClipReads with the option -CT 'n1,n2' is able to clip reads from position n1 upto position n2, so -CT '1-8' clips the first 8 bases of every read. Is there a way to indicate this walker to clip the last bases of every read? something like 'end-10, end'....
Thanks Daniel
Answers
Thanks Geraldine,
Do you know how to edit the cigar string while soft clipping? I mean how to produce the new cigar from the old one after sot clippiing.. That is the tricky part to achieve a succesfull clipping, Knowing that would be easy to program any kind of clipping. Thanks again. Saludos
Daneil
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Have a look at the source code :
https://github.com/broadgsa/gatk/blob/master/public/java/src/org/broadinstitute/sting/gatk/walkers/ClipReads.java
Geraldine Van der Auwera, PhD
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •