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

run SVDetect on one sample #1

Open
jazberna1 opened this issue Jul 19, 2021 · 0 comments
Open

run SVDetect on one sample #1

jazberna1 opened this issue Jul 19, 2021 · 0 comments

Comments

@jazberna1
Copy link

jazberna1 commented Jul 19, 2021

Hi,

This is not an issue. I just wanted to ask you if SVDetect cnv could be potentially run with one sample only by setting the mates_file_ref option to the normal reads bam file of the same sample, something like in the configuration file below.

Any help will be much appreciated.

Jorge

<general>
input_format=bam
sv_type=all
mates_orientation=FR
read1_length=90
read2_length=90
mates_file=sample.sorted.ab.bam
cmap_file=hg38.chr.lengths
output_dir=/svdetect_output
tmp_dir=/svdetect_output/tmp
num_threads=12
</general>

<detection>
split_mate_file=1
window_size=30000
step_length=10000
mates_file_ref=sample.sorted.norm.bam
</detection>

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