Skip to content
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

We need to output a bam file for varaitions #2

Open
vezzi opened this issue Jun 12, 2015 · 0 comments
Open

We need to output a bam file for varaitions #2

vezzi opened this issue Jun 12, 2015 · 0 comments
Assignees

Comments

@vezzi
Copy link
Owner

vezzi commented Jun 12, 2015

There must be a view to run the program in order to output the reads occurring in one SV. I other words after I run the typical FindTranslocation command I want to be able to pick up one of the Translocations and save all reads involved in that translocations.

i.e.

FindTranslocations --bam FILE.BAM --out test
cat   test_intra.bed
CHRA 123  456 CHRB 123 456 
FindTranslocation --extract  CHRA 123  456 CHRB 123 456 

and the last command will store in a bam file all reads that align between 123 and 456 in CHRA and in CHRB

@vezzi vezzi self-assigned this Jun 12, 2015
vezzi added a commit that referenced this issue Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant