You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The vcf file is empty, calling in individual (germline) mode
Version
$ octopus --version
[2023-09-12 20:51:11] <INFO> ------------------------------------------------------------------------
[2023-09-12 20:51:11] <INFO> octopus v0.7.4 (ed012a6e)
[2023-09-12 20:51:11] <INFO> Copyright (c) 2015-2021 University of Oxford
[2023-09-12 20:51:11] <INFO> ------------------------------------------------------------------------
[2023-09-12 20:51:11] <EROR> A user error has occurred:
[2023-09-12 20:51:11] <EROR>
[2023-09-12 20:51:11] <EROR> The option you specified '--version' is not recognised.
[2023-09-12 20:51:11] <EROR>
[2023-09-12 20:51:11] <EROR> To help resolve this error use the --help command to view required and
[2023-09-12 20:51:11] <EROR> allowable options.
[2023-09-12 20:51:11] <INFO> ------------------------------------------------------------------------
Command
Command line to install octopus:
git clone https://github.com/luntergroup/octopus.git
scripts/install.py #all dependencies were in the PATH
Additional context
just a normal fasta with a bam obtained from mapping with bwa-mem
bwa command:
while read p; do bwa-mem2 mem -R '@RG\tID:foo\tSM:bar' -k 12 -t22 vaga.fa ${p}.R1.fastq.gz ${p}.R2.fastq.gz|samtools sort -m 2G -@24 -o bwa_k10_mapping/${p}.sorted.bam; done <ID
Any idea as why my vcf is empty? The run time is also extremely short, less than 5 minutes, which I find surprising. It makes me the impression it's skipping steps it shouldn't.
I checked a pileup, just in case there would be 0 variant in the alignement (which wouldn't make any sense but who knows, maybe a wrong manipulation), but there are variants.
I can send you the bam file if you wish so.
Thanks a lot
EDIT: removing the -C tag seems to solve the issue. That being said, the time estimate for the analysis is very long. Is there anyway to speed things up?
Describe the bug
The vcf file is empty, calling in individual (germline) mode
Version
Command
Command line to install octopus:
git clone https://github.com/luntergroup/octopus.git scripts/install.py #all dependencies were in the PATH
Command line to run octopus:
Additional context
just a normal fasta with a bam obtained from mapping with bwa-mem
bwa command:
while read p; do bwa-mem2 mem -R '@RG\tID:foo\tSM:bar' -k 12 -t22 vaga.fa ${p}.R1.fastq.gz ${p}.R2.fastq.gz|samtools sort -m 2G -@24 -o bwa_k10_mapping/${p}.sorted.bam; done <ID
Any idea as why my vcf is empty? The run time is also extremely short, less than 5 minutes, which I find surprising. It makes me the impression it's skipping steps it shouldn't.
I checked a pileup, just in case there would be 0 variant in the alignement (which wouldn't make any sense but who knows, maybe a wrong manipulation), but there are variants.
I can send you the bam file if you wish so.
Thanks a lot
EDIT: removing the -C tag seems to solve the issue. That being said, the time estimate for the analysis is very long. Is there anyway to speed things up?
EDIT; there might be an issue with the uploaded forest file, see here: #259 (comment)
is it the correct file?
EDIT: indeed the forest files can't be downloaded because of data size on github, therefore Octopus in forest mode has nothing to classify anything.
The text was updated successfully, but these errors were encountered: