Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

error message with hinge - no alignments #152

Open
gabster opened this issue Aug 30, 2018 · 2 comments
Open

error message with hinge - no alignments #152

gabster opened this issue Aug 30, 2018 · 2 comments

Comments

@gabster
Copy link

gabster commented Aug 30, 2018

I have come almost to the end with the ecoli demo in hinge but not quite. I do not understand what could be the Problem and would appreciate some help. I have copied the command and the Output below - disappointingly, there was no alignment in the end. Thanks, Gabi

hinge draft --db ecoli --las ecoli --mlas --prefix ecoli --config ../../utils/nominal.ini --out ecoli.draft
[2018-08-30 11:10:01.142] [log] [info] draft consensus
[2018-08-30 11:10:01.142] [log] [info] name of db: ecoli, name of .las file ecoli
[2018-08-30 11:10:01.142] [log] [info] name of fasta: , name of .paf file
[2018-08-30 11:10:01.142] [log] [info] filter files prefix: ecoli
[2018-08-30 11:10:01.142] [log] [info] output prefix: ecoli.draft
[2018-08-30 11:10:01.143] [log] [info] Parameters passed in

[filter]
length_threshold = 1000;
quality_threshold = 0.23;
n_iter = 3; // filter iteration
aln_threshold = 1000;
min_cov = 5;
cut_off = 300;
theta = 300;
use_qv = true;

[running]
n_proc = 12;

[draft]
min_cov = 10;
trim = 200;
edge_safe = 100;
tspace = 900;
step = 50;

[consensus]
min_length = 4000;
trim_end = 200;
best_n = 1;
quality_threshold = 0.23;

[layout]
hinge_slack = 1000
min_connected_component_size = 8

ecoli.1.las

Number of files 0
Input string ecoli

[2018-08-30 11:10:01.149] [log] [info] calling glob.
[2018-08-30 11:10:01.149] [log] [info] # Reads: 76423
[2018-08-30 11:10:03.058] [log] [info] Total number of active reads: 3222/76423
[2018-08-30 11:10:03.065] [log] [error] No alignments!

@govinda-kamath
Copy link
Collaborator

Can you give the output of these commands?

fasta2DB ecoli reads.fasta
DBsplit -x500 -s100 ecoli     
HPC.daligner -t5 ecoli | csh -v

It looks like DAligner did not work here.

@gabster
Copy link
Author

gabster commented Aug 31, 2018 via email

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

No branches or pull requests

2 participants