-
Notifications
You must be signed in to change notification settings - Fork 25
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
Empty output file #48
Comments
Hello @Addicted-to-coding, I'd be happy to help you trouble shoot. First, what happens if you don't pipe the whamg stdout to the filtering script? Do you get any SV calls? What type of data are you working with? Best, Zev |
Hi zeeev, |
What is printed to STDERR and STDOUT? |
when I run /u/home/a/angelakl/project-zarlab/sv-project/install/wham/bin/wham -e $EXCLUDE -f ~/reference.genome/mm10.fa -t ~/A_J.bam A , the output is ##fileformat=VCFv4.1 |
What aligner did you use? Is this exome or whole genome data? I'd expect at least a couple SVs for WGS data. |
Hi,$alignments | perl $ {utilsPath}/filtWhamG.pl
When I run the tool wham using the command
toolPath -e $EXCLUDE -f $reference -t
The tool runs without any error with a non-zero runtime. However, it produces an output file with only a header, and no structural variants predictions. When I run a different tool on the same bam file, many structural variants are predicted. What is wrong here?
Thanks
The text was updated successfully, but these errors were encountered: