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
I've been trying, for a couple of days already, to properly install and run your assembly improvment pipeline.
After installing all dependencies highlighted by cpanm -f Bio::AssemblyImprovement and test with dzil test runs smoothly within the github cloned folder.
However, when I run as follows (and only if I decide to include a reference with -c):
------------- EXCEPTION: Bio::Root::Exception -------------
MSG: Could not read file '/home/jmarti/polyoma/7wWtvgPPJ7/KB10_trim_contigs.scaffolded.fasta_polyoma_dunlop_reference.fasta.fasta': Bestand of map bestaat niet
STACK: Error::throw
STACK: Bio::Root::Root::throw /home/jmarti/perl5/lib/perl5/Bio/Root/Root.pm:449
STACK: Bio::Root::IO::_initialize_io /home/jmarti/perl5/lib/perl5/Bio/Root/IO.pm:272
STACK: Bio::SeqIO::_initialize /home/jmarti/perl5/lib/perl5/Bio/SeqIO.pm:508
STACK: Bio::SeqIO::fasta::_initialize /home/jmarti/perl5/lib/perl5/Bio/SeqIO/fasta.pm:88
STACK: Bio::SeqIO::new /home/jmarti/perl5/lib/perl5/Bio/SeqIO.pm:384
STACK: Bio::SeqIO::new /home/jmarti/perl5/lib/perl5/Bio/SeqIO.pm:430
STACK: Bio::AssemblyImprovement::Abacas::DelimiterRole::_split_sequence_on_delimiter /home/jmarti/perl5/lib/perl5/Bio/AssemblyImprovement/Abacas/DelimiterRole.pm:70
STACK: Bio::AssemblyImprovement::Abacas::Main::run /home/jmarti/perl5/lib/perl5/Bio/AssemblyImprovement/Abacas/Main.pm:73
STACK: Bio::AssemblyImprovement::Abacas::Iterative::_run_abacas /home/jmarti/perl5/lib/perl5/Bio/AssemblyImprovement/Abacas/Iterative.pm:74
STACK: Bio::AssemblyImprovement::Abacas::Iterative::run /home/jmarti/perl5/lib/perl5/Bio/AssemblyImprovement/Abacas/Iterative.pm:46
STACK: /home/jmarti/perl5/bin/improve_assembly:142
-----------------------------------------------------------
I have the impression that /home/jmarti/polyoma/7wWtvgPPJ7/KB10_trim_contigs.scaffolded.fasta_polyoma_dunlop_reference.fasta.fasta merges names of both my assembly file and reference. Is it a bug? Is it supposed to have an intermediate file like this? Is there an error with the requirements?
Excited to make this pipeline to work. Thank you very much!
~ Joan ~
The text was updated successfully, but these errors were encountered:
Dear @andrewjpage
I've been trying, for a couple of days already, to properly install and run your assembly improvment pipeline.
After installing all dependencies highlighted by
cpanm -f Bio::AssemblyImprovement
and test withdzil test
runs smoothly within the github cloned folder.However, when I run as follows (and only if I decide to include a reference with
-c
):Reports back the following error:
I have the impression that
/home/jmarti/polyoma/7wWtvgPPJ7/KB10_trim_contigs.scaffolded.fasta_polyoma_dunlop_reference.fasta.fasta
merges names of both my assembly file and reference. Is it a bug? Is it supposed to have an intermediate file like this? Is there an error with the requirements?Excited to make this pipeline to work. Thank you very much!
~ Joan ~
The text was updated successfully, but these errors were encountered: