-
Notifications
You must be signed in to change notification settings - Fork 86
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
outbam #208
Comments
I have this same issue. |
I am facing this bug as well... |
Hi, sorry I've been way behind on addressing bamsurgeon issues. Are you able to run the tests e.g. from within the bamsurgeon repository:
(it should run for awhile and yield a few snv calls in the end) If that doesn't work, please reply with the full output. If it does work, please post the full output of the command that didn't work. Thanks! |
Hello and thanks for the quick response! When running the script as it is, the initial output prompted me to change a command, here follows only the last part of the output:
And then I installed bcftools in my environment and changed `./test_snv.sh ../picard.jar 10:17:23.834 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/mnt/d/sfragkoul/Synth_Data/Synthesizers/bamsurgeon/picard.jar!/com/intel/gkl/native/libgkl_compression.so 10:17:44.678 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/mnt/d/sfragkoul/Synth_Data/Synthesizers/bamsurgeon/picard.jar!/com/intel/gkl/native/libgkl_compression.so INFO 2022-12-13 10:17:52,605 secondary reads count:0 INFO 2022-12-13 10:17:57,684 replaced 210 reads (0 excluded ) INFO 2022-12-13 10:17:57,684 kept 0 secondary reads. INFO 2022-12-13 10:17:57,685 kept 0 supplementary reads. INFO 2022-12-13 10:17:57,685 ignored 0 non-primary reads in target BAM. INFO 2022-12-13 10:17:58,000 vcf output written to testregion_mut.addsnv.random_snvs.vcf |
Any update on how to fix this? Facing this issue as well. |
Yeah --doesn't work for me too. Here's my full output (at the end i try to copy over the output from scratch.. but it's not there.) This is run from a container i made. at the end i list the temp directory and then the directory where i output the output bam.. but it's not there. INFO 2023-05-13 10:11:02,017 starting /bamsurgeon/bin/addsnv.py called with args: /bamsurgeon/bin/addsnv.py -p 48 -f /nistdata/HG002/SRX936335 The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Having the same problem here... I see all the I cannot really perform the tests inside of
As expected, if I were to list the contents of the folder The BAM is one of the references from Genome in a Bottle, WGS, very high coverage (300x) and large (550 GB), could it be related to that (maybe related to #217)? If so, how to mitigate this issue? @adamewing This is how I attempted to execute bamsurgeon with my real data
after the last mutation has been added, i see from the log file the mutated bam cannot be sorted by samtools because it is simply not there |
No error is reported, but the final bam file is not generated, only some log files.
The text was updated successfully, but these errors were encountered: