-
Notifications
You must be signed in to change notification settings - Fork 4
SVDSS call no output #30
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
Comments
Hi, I think that you have to rerun the Let me know if this solve the issue. Unfortunately, I still haven't updated the conda recipe to the latest v2 but I updated the README on the repo.. Sorry if this created some confusion on how to run the tool. Best, |
Hi, I am using v1.0.5. Based on your suggestion, I think that I get the correct output, which is Thanks! |
Looking forward to v2.0, it's important to set Thanks! |
Yes, for example
It dose not write into standard output, but to your working directory. This is what I used:
Moreover, is that possible to remove the temp results like |
This snakefile (the one I linked in my previous message) is for SVDSS2. SVDSS2 prints to stdout. And it shouldn't create the temp files by default. SVDSS1 writes files to the working directory and it creates the temp files. The snakemake for v1 is this one. Can you please double check that you are using the correct version of SVDSS with the correct Snakefile? Unfortunately v1 and v2 are incompatible. I'd suggest to use v2 (last alpha) if you don't want the temp files to be stored. |
Dear author,
Firstly, I got 22
sfs
files after runningSVDSS search --index ./hg38.fmd --workdir ./HG00733/ --bam HG00733/smoothed.selective.bam
. Each of thesfs`` file is named as
solution_batch_*.sfs``` and contains some information for each reads.Then, I run
SVDSS call --min-sv-length 50 --workdir ./HG00733 --bam ./HG00733/smoothed.selective.bam --reference ./hg38.no_alt.fa
. I got the following output:There are a number of similar information as shown above. The final output I have is listed below:
Looking forward to your reply!
Thanks!
The text was updated successfully, but these errors were encountered: