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

Segmentation fault: 11 on modbam files (ONT) #491

Open
Machadum opened this issue Jul 4, 2024 · 2 comments
Open

Segmentation fault: 11 on modbam files (ONT) #491

Machadum opened this issue Jul 4, 2024 · 2 comments
Assignees
Labels

Comments

@Machadum
Copy link

Machadum commented Jul 4, 2024

Hi again

I am a newbie. I have modbam files from ONT that I try to call SVs on but I have Segmentation fault: 11 error. Do you have an idea of what it could be? Also it does not indicate the avg DEL/INS ratios to start with, which worries me a bit.

sniffles --mapped_reads /Volumes/Rita/Pilot/output/SL7-1_bam_pass_merged_sorted.bam --vcf SL7-1.vcf --tmp_file /Volumes/Janet/sniffles/ --threads 8 --cluster  --genotype
Estimating parameter...
	Max dist between aln events: 53
	Max diff in window: 50
	Min score ratio: 2
	Avg DEL ratio: nan
	Avg INS ratio: nan
Start parsing...

[…]

	Writing SV calls
Segmentation fault: 11

Many thanks for your help

@lfpaulin
Copy link
Collaborator

lfpaulin commented Jul 5, 2024

Hello, @Machadum
which version of sniffles are you using?
It seems that you are using sniffles1
We recommend you to switch to sniffles2

@lfpaulin lfpaulin self-assigned this Jul 5, 2024
@Machadum
Copy link
Author

Machadum commented Jul 5, 2024

Hi thank you for your quick answer. The switch to sniffles2 unfortunately does not work:

conda update sniffles=2.3

Retrieving notices: ...working... done

CondaError: Invalid spec for 'conda update': sniffles=2.3
Use 'conda install' instead.

conda install sniffles=2.3

Channels:
 - bioconda
 - conda-forge
 - defaults
 - r
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - sniffles=2.3*

Current channels:

  - https://conda.anaconda.org/bioconda
  - https://conda.anaconda.org/conda-forge
  - defaults
  - https://conda.anaconda.org/r
  - https://repo.anaconda.com/pkgs/free

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants