-
Notifications
You must be signed in to change notification settings - Fork 20
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
question about “--sams=bam.list” #157
Comments
Hi, the bamlist format looks right to me. Can you check if those are the the correct read paths, there are no whitespaces/tabs in the bamlist, and that you have permissions to read the data by using i.e. samtools samtools view /data/..../2.bam/I1.bam Chr1:1-1200000 | less -S Best, |
The newline style needs to be UNIX ( sed $'s/\r$//' tst.bam.list > unix.tst.bam.list
cat -A unix.tst.bam.list # Should not print the ^M in output and use |
Damn, I didn't catch the formatting problem, thanks for your careful answer. The program is running. One more small question, how many samples does the program support at a time? I have 5,000 samples |
alright, well that error message doesn't explain much. Only that some std::map had an access problem, somewhere. Is there really nothing else helpful in your logs? And it would help me a lot if you could demonstrate your problem in a way for me to reproduce it |
graphtyper genotype_sv ${reference_fasta} 5k.svimmer.vcf.gz --sams=5k.bam.list --region=Chr${1} |
hi,
I am using the genotype_sv function of V2.7.x, my bamlist is shown in the picture, but it will report an error, is my bamlist format wrong? When I use "--sam" to give a separate bam file program can run.
bamlist:
err.log:
looking forward your reply
best wishes
ding
The text was updated successfully, but these errors were encountered: