Hi,
Does anyone have an idea what my problem is? I've just installed and learning to use AMOS.
I'm using AMOS's minimus to assemble some .fasta reads, make scaffold by Bambus2, and try to visualize in hawkeye.
My workflow was:
1. toAmos -s myreads.fa -o myreads.afg
2. minimus myreads.afg
3. goBambus2 myreads.bnk/ myScaff
Everything ran with no problem up to this point. Then,
4. hawkeye myreads.bnk
I got the follow error:
Opening myreads.bnk/... [0.00s]
Indexing Contigs .......... [0.00s] 712 reads in 15 contigs
Indexing Scaffolds [0.00s] 0 contigs in 0 scaffolds
Indexing Libraries .......... [0.00s] 2 libraries
Indexing Mates .......... [0.00s] 22 mated reads in 772 fragments
Indexing Reads .......... [0.00s] 714 reads
Features not available
Initialize Display .ERROR: WHAT: Cannot stream fetch: beyond end of stream
LINE: 147
FILE: BankStream_AMOS.cc
My fasta sequence reads is just a compilation of reads from various lanes of illumina data. It may not have pair end information for all reads.
Is my error due to not having paired end information? If so why did Bambus2 run with no errors?
Thanks
Does anyone have an idea what my problem is? I've just installed and learning to use AMOS.
I'm using AMOS's minimus to assemble some .fasta reads, make scaffold by Bambus2, and try to visualize in hawkeye.
My workflow was:
1. toAmos -s myreads.fa -o myreads.afg
2. minimus myreads.afg
3. goBambus2 myreads.bnk/ myScaff
Everything ran with no problem up to this point. Then,
4. hawkeye myreads.bnk
I got the follow error:
Opening myreads.bnk/... [0.00s]
Indexing Contigs .......... [0.00s] 712 reads in 15 contigs
Indexing Scaffolds [0.00s] 0 contigs in 0 scaffolds
Indexing Libraries .......... [0.00s] 2 libraries
Indexing Mates .......... [0.00s] 22 mated reads in 772 fragments
Indexing Reads .......... [0.00s] 714 reads
Features not available
Initialize Display .ERROR: WHAT: Cannot stream fetch: beyond end of stream
LINE: 147
FILE: BankStream_AMOS.cc
My fasta sequence reads is just a compilation of reads from various lanes of illumina data. It may not have pair end information for all reads.
Is my error due to not having paired end information? If so why did Bambus2 run with no errors?
Thanks
Comment