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

sniffles: error: the following arguments are required: -i/--input SV detection output not found, exiting... #36

Open
Kiliankleemann opened this issue Oct 23, 2023 · 1 comment

Comments

@Kiliankleemann
Copy link

Got the installation to work and sample seem to be loaded properly and processing starts but then i get the following:

[M::bam2fq_mainloop] discarded 0 singletons
[M::bam2fq_mainloop] processed 1100962 reads
[bam_sort_core] merging from 2 files and 1 in-memory blocks...
usage: sniffles --input SORTED_INPUT.bam [--vcf OUTPUT.vcf] [--snf MERGEABLE_OUTPUT.snf] [--threads 4] [--mosaic]

Sniffles2: A fast structural variant (SV) caller for long-read sequencing data
 Version 2.2
 Contact: moritz.g.smolka@gmail.com

sniffles: error: the following arguments are required: -i/--input
SV detection output not found, exiting...

@shunhuahan
Copy link
Contributor

Hi @Kiliankleemann,

This suggests that Sniffles 2.2 is in your current environment. However, TELR requires an old version of Sniffles (1.0.12). It's odd that Sniffles 2.2 was installed even though the conda recipe explicitly requests 1.0.12 (see https://bioconda.github.io/recipes/telr/README.html).

Could you try the following conda/mamba installation to replace Sniffles version before running TELR?

conda activate TELR
conda install Sniffles=1.0.12 -c bioconda

If it still doesn't work, I'm happy to run TELR on your dataset and share results for you to analyze. Sorry for the troubles.

Shunhua

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

2 participants