-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error: Add anchor information into re-alignment BAM file #15
Comments
Try running the program from start to finish by calling Socrates all and filling in the necessary parameters. |
Hi, "Bowtie2 DB is required to perform soft-clip realignment. Please specify this parameter with --bowtie2_db " In help section this parameter is defined as: Another thing is I have BWA generated BAM files so in that case what will be the value of "bowtie2_db" parameter?? Do i need bowtie2 generated BAM only to use Socrates?? Need suggestions on this. |
The "None" default is supposed to indicate that this parameter is required On 6 July 2015 at 18:33, Samarth Kulshrestha [email protected]
|
Hi, Thanks |
Glad that worked. On 8 July 2015 at 16:08, Samarth Kulshrestha [email protected]
|
Hi, ./Socrates annotate --features raw_tumor -- normal raw_blood Thanks |
Almost: On 14 July 2015 at 17:10, Samarth Kulshrestha [email protected]
|
Hi.
chr1:9849740 + CCTTTAAGCTCTATTGGACTTGATATGGTTAGTTTTAAAAAGA chr2:130489048 - TAAAGAACAATAAAGGCCAGGCACTGTGGCTCATACCTGTAATCCCAGCACTTTGGG 1 43 0 0 0 39.0 chr2:130489052 - GAACAATAAAGGCCAGGCACTGTGGCTCA chr1:9849744 + TTTACCTTTAAGCTCTATTGGACTTGATATGGTTAGTTTTAAAAAGAGTTGTTAGCTTTTAGAGATGTATG 1 29 00 0 38.0 Micro-homology: 4bp homology found! (TAAA) This read has C1_realign chr1:9849740 and C1_anchor chr2:130489048 . Why this happened for a DELETION event??
Please give some suggestions for the problem. |
Hi, On 21 July 2015 at 17:59, Samarth Kulshrestha [email protected]
|
Hi |
That's interesting. Can you try again by using --features instead of On 5 August 2015 at 18:00, Samarth Kulshrestha [email protected]
|
I tried with --features( gene coordinates) this give me "feature1" and "feature2" with gene names but --repeatmask parameter does not output anything. Yes chromosome names in the output and annotation are same... Any suggestion for repeatmask?? |
Sorry, I meant using --features and the repeat track. Does that give you On 5 August 2015 at 23:16, Samarth Kulshrestha [email protected]
|
Hi, chr1:821605 - GCCCTTTGGCAGAGCAGGTGTGCTGTGCTGTGCTGATCCCCGGGAGTC chr1:821634 + CAGCACAGCACACCTGCTCTGCCAAAGGGCAGCCAGACTGCTTCTTTAAGCAGTTCCTGATCTTGTTT 11 443 15 215 23 37.363636 chr1:821634 + CAGCACAGCACACCTGCTCTGCCAAAGGGCAGCCAGACTGCTTCTTTA chr1:821605 - GCCCTTTGGCAGAGCAGGTGTGCTGTGCTGTGCTGATCCCCGGGAGTCTCCAGAGCC When i provide repeatmasker file for --repeatmak it does not work but when i provide the same repeatmasker file for --feature parameter it works (output pasted above). |
Hi
I have BWA bam files. I tried to run ./Socrates realignment step but got an error message:
Add anchor information into re-alignment BAM file
Command given my me is:
./Socrates inputbam(generated in first step of socrates) outputbam
Any help will be help full.
Thanks
The text was updated successfully, but these errors were encountered: