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

--reference options doesn't override the reference genomes in a CRAM file #440

Open
bcantarel opened this issue Nov 2, 2023 · 1 comment

Comments

@bcantarel
Copy link

I was trying to run sniffles in a workflow, where the alignments and variant calls are done on separate VMs.

I get an error that it can't find the genome.fa file (gives the path from the alignment work directory) even though I pass that file as --reference genome.fa.

If I convert the cram file to cram using samtools with the local genome.fa ie
samtools view -@ ${threads} -C -T genome/genome.fa -o test.cram original.cram
samtools index -@ ${threads} test.cram

With the new cram sniffles runs without error.

@fritzsedlazeck
Copy link
Owner

@hermannromanek is that fixed? maybe we can just close this?

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