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

what(): ShortSequence: Sequence is too long. #58

Open
LukeSergey opened this issue Jul 19, 2020 · 1 comment
Open

what(): ShortSequence: Sequence is too long. #58

LukeSergey opened this issue Jul 19, 2020 · 1 comment

Comments

@LukeSergey
Copy link

Hi,

I am new to the IDBAUD bioinformatics research. I came across with the following problem and hope anyone might help 👍 :

My code is:

#!/bin/bash
#SBATCH -t 80:00:00
#SBATCH -N 1
#SBATCH -c 8
#SBATCH --mem=80G

module load IDBAUD/1.1.0

idba_ud -r A_S1_outmergefile.fa -o A_S1_assemblesample --num_threads 8 --mink 40 --maxk 120 --step 10

scontrol show job $SLURM_JOB_ID

The error message is (from the Slurm file):
terminate called after throwing an instance of 'std::logic_error'
what(): ShortSequence: Sequence is too long.
/var/lib/slurmd/job64877788/slurm_script: line 9: 11279 Aborted

Thank you in advance for your kind help!

Best,
Luke

@MDSharma
Copy link

MDSharma commented Dec 8, 2022

Note that IDBA assemblers are designed for short reads (around 100bp). If you want to assemble paired-end reads with longer read length, please modify the constant kMaxShortSequence in src/sequence/short_sequence.h to support longer read length.

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