[maker-devel] maker 2.22/2.23: Segmentation fault while processing FASTA input
Thomas Hackl
thomas.hackl at uni-wuerzburg.de
Tue Mar 20 12:16:03 MDT 2012
Hi,
I installed and ran the debug version of maker. Without -debug it
results in the expected segmentation fault. With -debug it paradoxically
finishes without the error.
I screened the debug log anyway but could not find anything that helped
me to localize the problem. I attached a condensed version (sort | uniq)
of the log.
Any ideas are appreciated.
Regards
Thomas
Am 19.03.2012 17:24, schrieb Carson Holt:
> Ok. I finished the special debug version over the weekend. Run with
> -debug set as a command line flag. Capture and return the STDERR on
> failure. It will list all modules used, the versions, and when they are
> called so we can see what happens right before failure.
>
> http://yandell-lab.org/research/maker_debug.tgz
>
>
> Thanks,
> Carson
>
>
>
> On 12-03-14 1:57 AM, "Felix Bemm"<felix.bemm at uni-wuerzburg.de> wrote:
>
>> Hi,
>>
>> Thomas and I are colleagues and dealing with the same problem here. I
>> wrote some test code that forced the indexing and it work fine. We are
>> using most of the bioperl seqio and db modules in combination with other
>> tools and don't experience the same problem there at the moment.
>>
>> Regards
>> Felix
>>
>> Am 13.03.2012 22:37, schrieb Barry Moore:
>>> You might also try a short perl script outside of MAKER to exercise
>>> Bio::DB::Fasta (which I believe is the module MAKER uses for Fasta
>>> indexing - correct Carson?).
>>>
>>> Something like this should work to force indexing:
>>>
>>> useBio::DB::Fasta;
>>> my $db = Bio::DB::Fasta->new('/path/to/fasta/files');
>>> my$seq=$db->seq($seqid, $start, $end);
>>>
>>> Point it at your fasta directory or file.
>>>
>>> B
>>>
>>> On Mar 13, 2012, at 3:41 AM, Thomas Hackl wrote:
>>>
>>>> Hello,
>>>>
>>>> We reinstalled the packages you suggested
>>>>
>>>> forks is up to date (0.34).
>>>> forks::shared is up to date (0.34).
>>>> Inline::C is up to date (0.50).
>>>> Storable is up to date (2.30).
>>>>
>>>> as well as BioPerl.
>>>>
>>>> The problem is still the same.
>>>>
>>>> With MPI it terminates with this message:
>>>>
>>>> STATUS: Parsing control files...
>>>> STATUS: Processing and indexing input FASTA files...
>>>>
>>>> ========================================================================
>>>> =============
>>>>
>>>>
>>>> = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
>>>> = EXIT CODE: 11
>>>> = CLEANING UP REMAINING PROCESSES
>>>> = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
>>>>
>>>> ========================================================================
>>>> =============
>>>>
>>>> APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault
>>>> (signal 11)
>>>>
>>>> which I presume is also the same problem.
>>>>
>>>> I am with you that the error is caused somewhere on the C level. If
>>>> the indexing step
>>>> is handled by non-maker modules exclusively, than the fact that the
>>>> 2.15 version works,
>>>> suggests that you are using different modules/methods in the current
>>>> releases?
>>>>
>>>> In any case, I think a version with verbose status messages might help
>>>> to localize the
>>>> source of the problem.
>>>>
>>>> Regards
>>>> Thomas
>>>>
>>>> Am 07.03.2012 23:45, schrieb Carson Holt:
>>>>> There should be no new hardware requirement. But there is always a
>>>>> chance
>>>>> that there is an issue with one of the perl modules being used. I
>>>>> assume
>>>>> the failure is happening when using maker serially and you are not
>>>>> using
>>>>> MPI.
>>>>>
>>>>> Could you reinstall the following perl modules, and try again. If you
>>>>> are
>>>>> using CPAN, do a 'force install' to force it to reinstall.
>>>>>
>>>>> Modules:
>>>>> *Storable
>>>>> *Inline::C
>>>>> *forks
>>>>> *forks::shared
>>>>>
>>>>> Also try reinstalling the latest version of BioPerl.
>>>>>
>>>>> The fact that this is a seg fault suggests that something is
>>>>> happemning at
>>>>> the C level (just outside of Perl). Those area all the modules MAKER
>>>>> uses
>>>>> that will call back to the C level. BioPerl has a fasta indexing
>>>>> module
>>>>> that is also making calls outside of Perl, and the fact it fails at
>>>>> that
>>>>> point makes it a suspect.
>>>>>
>>>>> Let me know what happens. I can always generate an alternate MAKER
>>>>> executable for you to run with additional status messages that may
>>>>> help
>>>>> identify exactly which module is being called right before the
>>>>> failure.
>>>>>
>>>>> Thanks,
>>>>> Carson
>>>>>
>>>>>
>>>>>
>>>>> On 12-03-07 3:31 AM, "Thomas Hackl"<thomas.hackl at uni-wuerzburg.de
>>>>> <mailto:thomas.hackl at uni-wuerzburg.de>> wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> we want to use a current release of maker (2.22, 2.23) but the
>>>>>> program
>>>>>> terminates with a seg fault while processing the input FASTA files.
>>>>>> maker 2.15 , which we have been using for quite some time, runs
>>>>>> perfectly with identical data and setup.
>>>>>>
>>>>>> Please contact me if you need specifics on hardware, OS or anything
>>>>>> else.
>>>>>>
>>>>>> Best regards
>>>>>> Thomas
>>>>>>
>>>>>> --
>>>>>> Thomas Hackl
>>>>>> Julius-Maximilians-Universität
>>>>>> Department of Bioinformatics
>>>>>> 97074 Würzburg, Germany
>>>>>> Fon: +49 931 - 31 86883
>>>>>> Mail: thomas.hackl at uni-wuerzburg.de
>>>>>> <mailto:thomas.hackl at uni-wuerzburg.de>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> maker-devel mailing list
>>>>>> maker-devel at box290.bluehost.com
>>>>>> <mailto:maker-devel at box290.bluehost.com>
>>>>>>
>>>>>> http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.or
>>>>>> g
>>>>
>>>> --
>>>> Thomas Hackl
>>>> Julius-Maximilians-Universität
>>>> Department of Bioinformatics
>>>> 97074 Würzburg, Germany
>>>> Fon: +49 931 - 31 86883
>>>> Mail: thomas.hackl at uni-wuerzburg.de
>>>> <mailto:thomas.hackl at uni-wuerzburg.de>
>>>>
>>>>
>>>> _______________________________________________
>>>> maker-devel mailing list
>>>> maker-devel at box290.bluehost.com
>>>> <mailto:maker-devel at box290.bluehost.com>
>>>> http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
>>> Barry Moore
>>> Research Scientist
>>> Dept. of Human Genetics
>>> University of Utah
>>> Salt Lake City, UT 84112
>>> --------------------------------------------
>>> (801) 585-3543
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> maker-devel mailing list
>>> maker-devel at box290.bluehost.com
>>> http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
>> _______________________________________________
>> maker-devel mailing list
>> maker-devel at box290.bluehost.com
>> http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
--
Thomas Hackl
Julius-Maximilians-Universität
Department of Bioinformatics
97074 Würzburg, Germany
Fon: +49 931 - 31 86883
Mail: thomas.hackl at uni-wuerzburg.de
-------------- next part --------------
#---------------------------------------------------------------------
#-------------------------------#
0.01 Bio::Search::Hit::PhatHit::Base /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/Base.pm
0.01 Bio::Search::Hit::PhatHit::blastn /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/blastn.pm
0.01 Bio::Search::Hit::PhatHit::blastx /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/blastx.pm
0.01 Bio::Search::Hit::PhatHit::tblastx /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/tblastx.pm
0.01 Bio::Search::HSP::PhatHSP::Base /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/Base.pm
0.01 Bio::Search::HSP::PhatHSP::blastn /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/blastn.pm
0.01 Bio::Search::HSP::PhatHSP::blastx /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/blastx.pm
0.01 Bio::Search::HSP::PhatHSP::tblastx /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/tblastx.pm
0.01 CGL::Annotation::Feature::Contig /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature/Contig.pm
0.01 CGL::Annotation::Feature::Exon /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature/Exon.pm
0.01 CGL::Annotation::Feature::Gene /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature/Gene.pm
0.01 CGL::Annotation::Feature::Intron /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature/Intron.pm
0.01 CGL::Annotation::FeatureLocation /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/FeatureLocation.pm
0.01 CGL::Annotation::Feature::Protein /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature/Protein.pm
0.01 CGL::Annotation::FeatureRelationship /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/FeatureRelationship.pm
0.01 CGL::Annotation::Feature::Sequence_variant /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature/Sequence_variant.pm
0.01 CGL::Annotation::Feature /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature.pm
0.01 CGL::Annotation::Feature::Transcript /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Feature/Transcript.pm
0.01 CGL::Annotation::Iterator /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Iterator.pm
0.01 CGL::Annotation /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation.pm
0.01 CGL::Annotation::Trace /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Annotation/Trace.pm
0.01 CGL::Clone /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Clone.pm
0.01 CGL::Ontology::NodeRelationship /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Ontology/NodeRelationship.pm
0.01 CGL::Ontology::Node /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Ontology/Node.pm
0.01 CGL::Ontology::Ontology /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Ontology/Ontology.pm
0.01 CGL::Ontology::Parser::OBO /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Ontology/Parser/OBO.pm
0.01 CGL::Ontology::SO /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Ontology/SO.pm
0.01 CGL::Ontology::Trace /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Ontology/Trace.pm
0.01 CGL::Revcomp /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/Revcomp.pm
0.01 CGL::TranslationMachine /storage/tmp/software/maker-2.24-debug/bin/../lib/CGL/TranslationMachine.pm
0.01 Datastore::MD5 /storage/tmp/software/maker-2.24-debug/bin/../lib/Datastore/MD5.pm
0.01 Parallel::Application::MPI /storage/tmp/software/maker-2.24-debug/bin/../perl/lib/Parallel/Application/MPI.pm
0.02 Perl::Unsafe::Signals /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/Perl/Unsafe/Signals.pm
0.02 Proc::ProcessTable::Process /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/Proc/ProcessTable/Process.pm
0.04 Acme::Damn /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/Acme/Damn.pm
0.11 Datastore::Base /storage/tmp/software/maker-2.24-debug/bin/../lib/Datastore/Base.pm
0.13 XSLoader /storage/tmp/software/perl-5.14.1/lib/5.14.1/XSLoader.pm
0.14 attributes /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/attributes.pm
0.15 Sys::SigAction /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Sys/SigAction.pm
0.17015 Error /storage/tmp/software/maker-2.24-debug/bin/../lib/Error.pm
0.1 runlog /storage/tmp/software/maker-2.24-debug/bin/../lib/runlog.pm
0.22 File::Temp /storage/tmp/software/perl-5.14.1/lib/5.14.1/File/Temp.pm
0.32 List::MoreUtils /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/List/MoreUtils.pm
0.34 forks::shared /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/forks/shared.pm
0.34 forks::signals /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/forks/signals.pm
0.34 forks /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/forks.pm
0.45 Proc::ProcessTable /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/Proc/ProcessTable.pm
0.49 Inline /home/s187512/perl/lib/perl5/site_perl/5.12.1/Inline.pm
0.63 Class::Struct /storage/tmp/software/perl-5.14.1/lib/5.14.1/Class/Struct.pm
0.63 lib /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/lib.pm
1.006001 Bio::DB::Fasta /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/DB/Fasta.pm
1.006001 Bio::DB::RandomAccessI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/DB/RandomAccessI.pm
1.006001 Bio::DB::SeqI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/DB/SeqI.pm
1.006001 Bio::Root::Exception /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Root/Exception.pm
1.006001 Bio::Root::RootI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Root/RootI.pm
1.006001 Bio::Root::Version /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Root/Version.pm
1.006001 Bio::Search::Hit::GenericHit /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Search/Hit/GenericHit.pm
1.006001 Bio::Search::Hit::PhatHit::repeatmasker /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/repeatmasker.pm
1.006001 Bio::Search::SearchUtils /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Search/SearchUtils.pm
1.00 AnyDBM_File /storage/tmp/software/perl-5.14.1/lib/5.14.1/AnyDBM_File.pm
1.00 integer /storage/tmp/software/perl-5.14.1/lib/5.14.1/integer.pm
1.00 locale /storage/tmp/software/perl-5.14.1/lib/5.14.1/locale.pm
1.02 SelectSaver /storage/tmp/software/perl-5.14.1/lib/5.14.1/SelectSaver.pm
1.02 vars /storage/tmp/software/perl-5.14.1/lib/5.14.1/vars.pm
1.02 warnings::register /storage/tmp/software/perl-5.14.1/lib/5.14.1/warnings/register.pm
1.04 bytes /storage/tmp/software/perl-5.14.1/lib/5.14.1/bytes.pm
1.04 strict /storage/tmp/software/perl-5.14.1/lib/5.14.1/strict.pm
1.04 Tie::Hash /storage/tmp/software/perl-5.14.1/lib/5.14.1/Tie/Hash.pm
1.05 sigtrap /storage/tmp/software/perl-5.14.1/lib/5.14.1/sigtrap.pm
1.07 Symbol /storage/tmp/software/perl-5.14.1/lib/5.14.1/Symbol.pm
1.09 File::Which /storage/tmp/software/maker-2.24-debug/bin/../lib/File/Which.pm
1.09 IPC::Open3 /storage/tmp/software/perl-5.14.1/lib/5.14.1/IPC/Open3.pm
1.0 Proc::Signal /storage/tmp/software/maker-2.24-debug/bin/../lib/Proc/Signal.pm
1.11 Fcntl /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Fcntl.pm
1.12 File::Glob /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/File/Glob.pm
1.12 warnings /storage/tmp/software/perl-5.14.1/lib/5.14.1/warnings.pm
1.13 DynaLoader /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/DynaLoader.pm
1.13 Errno /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Errno.pm
1.13 overload /storage/tmp/software/perl-5.14.1/lib/5.14.1/overload.pm
1.15 IO::File /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO/File.pm
1.16 Digest::base /storage/tmp/software/perl-5.14.1/lib/5.14.1/Digest/base.pm
1.16 Sys::Hostname /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Sys/Hostname.pm
1.19 File::Find /storage/tmp/software/perl-5.14.1/lib/5.14.1/File/Find.pm
1.1 IO::Seekable /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO/Seekable.pm
1.2000 Time::Local /storage/tmp/software/perl-5.14.1/lib/5.14.1/Time/Local.pm
1.20 Carp /storage/tmp/software/perl-5.14.1/lib/5.14.1/Carp.pm
1.20 feature /storage/tmp/software/perl-5.14.1/lib/5.14.1/feature.pm
1.20 File::NFSLock /storage/tmp/software/maker-2.24-debug/bin/../lib/File/NFSLock.pm
1.20 IO::Select /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO/Select.pm
1.21 constant /storage/tmp/software/perl-5.14.1/lib/5.14.1/constant.pm
1.23 IO::Socket::UNIX /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO/Socket/UNIX.pm
1.23 List::Util /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/List/Util.pm
1.23 Scalar::Util /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Scalar/Util.pm
1.24 POSIX /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/POSIX.pm
1.25_04 IO /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO.pm
1.31 IO::Handle /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO/Handle.pm
1.31 IO::Socket::INET /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO/Socket/INET.pm
1.32 IO::Socket /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/IO/Socket.pm
1.33 DBD::SQLite /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/DBD/SQLite.pm
1.33 threads::shared /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/forks/shared.pm
1.50 FindBin /storage/tmp/software/perl-5.14.1/lib/5.14.1/FindBin.pm
1.58 URI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/URI.pm
1.616 DBI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/DBI.pm
1.77 threads /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/forks.pm
1.822 DB_File /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/DB_File.pm
1.94 Socket /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Socket.pm
1.972101 Time::HiRes /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Time/HiRes.pm
2.02 FileHandle /storage/tmp/software/perl-5.14.1/lib/5.14.1/FileHandle.pm
2.08001 forks::Devel::Symdump /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/forks/Devel/Symdump.pm
2.08_01 File::Path /storage/tmp/software/perl-5.14.1/lib/5.14.1/File/Path.pm
2.131 Data::Dumper /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Data/Dumper.pm
2.16 base /storage/tmp/software/perl-5.14.1/lib/5.14.1/base.pm
2.21 File::Copy /storage/tmp/software/perl-5.14.1/lib/5.14.1/File/Copy.pm
2.30 Storable /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Storable.pm
2.38 Getopt::Long /storage/tmp/software/perl-5.14.1/lib/5.14.1/Getopt/Long.pm
2.51 Digest::MD5 /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Digest/MD5.pm
2.82 File::Basename /storage/tmp/software/perl-5.14.1/lib/5.14.1/File/Basename.pm
3.00 Term::ANSIColor /storage/tmp/software/perl-5.14.1/lib/5.14.1/Term/ANSIColor.pm
3.30 URI::Escape /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/URI/Escape.pm
3.33 File::Spec /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/File/Spec.pm
3.33 File::Spec::Unix /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/File/Spec/Unix.pm
3.36 Cwd /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Cwd.pm
4.2 Tie::Handle /storage/tmp/software/perl-5.14.1/lib/5.14.1/Tie/Handle.pm
4.2 Tie::StdHandle /storage/tmp/software/perl-5.14.1/lib/5.14.1/Tie/StdHandle.pm
5.64_03 Exporter::Heavy /storage/tmp/software/perl-5.14.1/lib/5.14.1/Exporter/Heavy.pm
5.64_03 Exporter /storage/tmp/software/perl-5.14.1/lib/5.14.1/Exporter.pm
5.71 AutoLoader /storage/tmp/software/perl-5.14.1/lib/5.14.1/AutoLoader.pm
6.00 HTTP::Date /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/HTTP/Date.pm
6.00 HTTP::Headers /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/HTTP/Headers.pm
6.00 HTTP::Request /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/HTTP/Request.pm
6.00 HTTP::Status /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/HTTP/Status.pm
6.00 LWP::Protocol /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/LWP/Protocol.pm
6.01 HTTP::Response /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/HTTP/Response.pm
6.02 HTTP::Message /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/HTTP/Message.pm
6.02 LWP /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/LWP.pm
6.02 LWP::UserAgent /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/LWP/UserAgent.pm
7.1 Bit::Vector /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi/Bit/Vector.pm
A data structure will be created for you at:
Calculating annotation quality statistics
Calling Datastore::MD5::id_to_dir at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 428
Calling Datastore::MD5::mkdir at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 428
Calling Datastore::MD5::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 536
Calling ds_utility::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 535
Calling FastaDB::add_to_global_index at /storage/tmp/software/maker-2.24-debug/bin/maker line 523
Calling FastaDB::makeid from BioPerl Bio::DB::Fasta hook at /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/DB/Fasta.pm line 760
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 1066
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 1067
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 1515
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 1636
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 2460
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 2573
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 449
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/augustus.pm line 417
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 432
Calling FastaDB::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 522
Calling Fasta::def2SeqID at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling Fasta::fasta2seqRef at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling Fasta::getDef at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling Fasta::seq2fastaRef at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling File::NFSLock::maintain at /storage/tmp/software/maker-2.24-debug/bin/../lib/GI.pm line 1670
Calling File::NFSLock::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/GI.pm line 1670
Calling File::NFSLock::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling File::NFSLock::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 468
Calling File::NFSLock::unlock at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling File::NFSLock::unlock at /storage/tmp/software/maker-2.24-debug/bin/maker line 468
Calling File::Path::mkpath at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 428
Calling File::Path::rmtree at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling GFFDB::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 529
Calling GFFDB::next_build at /storage/tmp/software/maker-2.24-debug/bin/maker line 531
Calling GI::build_fasta_index at /storage/tmp/software/maker-2.24-debug/bin/maker line 431
Calling GI::build_fasta_index at /storage/tmp/software/maker-2.24-debug/bin/maker line 521
Calling GI::create_blastdb at /storage/tmp/software/maker-2.24-debug/bin/maker line 467
Calling GI::load_control_files at /storage/tmp/software/maker-2.24-debug/bin/maker line 346
Calling GI::mount_check at /storage/tmp/software/maker-2.24-debug/bin/maker line 359
Calling GI::new_instance_temp at /storage/tmp/software/maker-2.24-debug/bin/maker line 357
Calling GI::s_abs_path at /storage/tmp/software/maker-2.24-debug/bin/maker line 412
Calling GI::set_global_temp at /storage/tmp/software/maker-2.24-debug/bin/maker line 377
Calling GI::split_db at /storage/tmp/software/maker-2.24-debug/bin/maker line 429
Calling Iterator::Any::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling Iterator::Any::nextDef at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling Iterator::Any::nextFastaRef at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling Iterator::Fasta::new at /storage/tmp/software/maker-2.24-debug/bin/maker line 539
Calling Iterator::Fasta::skip_file at /storage/tmp/software/maker-2.24-debug/bin/maker line 541
Calling Iterator::Fasta::step at /storage/tmp/software/maker-2.24-debug/bin/maker line 543
Calling List::Util::shuffle at /storage/tmp/software/maker-2.24-debug/bin/maker line 422
Calling mkdir at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling out to BioPerl Bio::DB::Fasta::_close_index at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 1066
Calling out to BioPerl Bio::DB::Fasta::new at /storage/tmp/software/maker-2.24-debug/bin/../lib/Error.pm line 339
Calling out to BioPerl get_PrimarySeq_stream at /storage/tmp/software/maker-2.24-debug/bin/../lib/GI.pm line 1670
Calling out to FastaSeq::convert at /storage/tmp/software/maker-2.24-debug/bin/../lib/GI.pm line 1413
Calling system at /storage/tmp/software/maker-2.24-debug/bin/maker line 430
Calling uri_escape at /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm line 428
Can't locate package GDBM_File for @AnyDBM_File::ISA at /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/DB_File.pm line 293.
Can't locate package NDBM_File for @AnyDBM_File::ISA at /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/DB_File.pm line 293.
Can't locate package SDBM_File for @AnyDBM_File::ISA at /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/DB_File.pm line 293.
cd /tmp/maker_mOO8LA; /storage/tmp/software/repeatmasker-3.3.0/RepeatMasker /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.all.rb -species all -dir /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1 -pa 1
Choosing best annotations
cleaning blastn...
cleaning blastx...
cleaning clusters....
#--------- command -------------#
cycle 1
cycle 10
cycle 2
cycle 3
cycle 4
cycle 5
cycle 6
cycle 7
cycle 8
cycle 9
deleted:0 genes
deleted:0 hits
done
...finished clustering.
formating database...
Generating output...
in cluster::shadow_cluster...
Length: 3612
Maker is now finished!!!
Making transcripts
masking
****MODULE VERSION INFO
--Next Contig--
Now starting the contig!!
Preparing evidence for hint based annotation
...processing 0 of 18
...processing 0 of 19
...processing 0 of 5
...processing 0 of 7
...processing 0 of 79
...processing 0 of 8
...processing 0 of 81
...processing 0 of 9
...processing 10 of 18
...processing 10 of 19
...processing 10 of 79
...processing 10 of 81
...processing 11 of 18
...processing 11 of 19
...processing 11 of 79
...processing 11 of 81
...processing 12 of 18
...processing 12 of 19
...processing 12 of 79
...processing 12 of 81
...processing 13 of 18
...processing 13 of 19
...processing 13 of 79
...processing 13 of 81
...processing 14 of 18
...processing 14 of 19
...processing 14 of 79
...processing 14 of 81
...processing 15 of 18
...processing 15 of 19
...processing 15 of 79
...processing 15 of 81
...processing 16 of 18
...processing 16 of 19
...processing 16 of 79
...processing 16 of 81
...processing 17 of 19
...processing 17 of 79
...processing 17 of 81
...processing 18 of 79
...processing 18 of 81
...processing 19 of 79
...processing 19 of 81
...processing 1 of 18
...processing 1 of 19
...processing 1 of 5
...processing 1 of 7
...processing 1 of 79
...processing 1 of 8
...processing 1 of 81
...processing 1 of 9
...processing 20 of 79
...processing 20 of 81
...processing 21 of 79
...processing 21 of 81
...processing 22 of 79
...processing 22 of 81
...processing 23 of 79
...processing 23 of 81
...processing 24 of 79
...processing 24 of 81
...processing 25 of 79
...processing 25 of 81
...processing 26 of 79
...processing 26 of 81
...processing 27 of 79
...processing 27 of 81
...processing 28 of 79
...processing 28 of 81
...processing 29 of 79
...processing 29 of 81
...processing 2 of 18
...processing 2 of 19
...processing 2 of 5
...processing 2 of 7
...processing 2 of 79
...processing 2 of 8
...processing 2 of 81
...processing 2 of 9
...processing 30 of 79
...processing 30 of 81
...processing 31 of 79
...processing 31 of 81
...processing 32 of 79
...processing 32 of 81
...processing 33 of 79
...processing 33 of 81
...processing 34 of 79
...processing 34 of 81
...processing 35 of 79
...processing 35 of 81
...processing 36 of 79
...processing 36 of 81
...processing 37 of 79
...processing 37 of 81
...processing 38 of 79
...processing 38 of 81
...processing 39 of 79
...processing 39 of 81
...processing 3 of 18
...processing 3 of 19
...processing 3 of 5
...processing 3 of 7
...processing 3 of 79
...processing 3 of 8
...processing 3 of 81
...processing 3 of 9
...processing 40 of 79
...processing 40 of 81
...processing 41 of 79
...processing 41 of 81
...processing 42 of 79
...processing 42 of 81
...processing 43 of 79
...processing 43 of 81
...processing 44 of 79
...processing 44 of 81
...processing 45 of 79
...processing 45 of 81
...processing 46 of 79
...processing 46 of 81
...processing 47 of 79
...processing 47 of 81
...processing 48 of 79
...processing 48 of 81
...processing 49 of 79
...processing 49 of 81
...processing 4 of 18
...processing 4 of 19
...processing 4 of 7
...processing 4 of 79
...processing 4 of 8
...processing 4 of 81
...processing 4 of 9
...processing 50 of 79
...processing 50 of 81
...processing 51 of 79
...processing 51 of 81
...processing 52 of 79
...processing 52 of 81
...processing 53 of 79
...processing 53 of 81
...processing 54 of 79
...processing 54 of 81
...processing 55 of 79
...processing 55 of 81
...processing 56 of 79
...processing 56 of 81
...processing 57 of 79
...processing 57 of 81
...processing 58 of 79
...processing 58 of 81
...processing 59 of 79
...processing 59 of 81
...processing 5 of 18
...processing 5 of 19
...processing 5 of 7
...processing 5 of 79
...processing 5 of 8
...processing 5 of 81
...processing 5 of 9
...processing 60 of 79
...processing 60 of 81
...processing 61 of 79
...processing 61 of 81
...processing 62 of 79
...processing 62 of 81
...processing 63 of 79
...processing 63 of 81
...processing 64 of 79
...processing 64 of 81
...processing 65 of 79
...processing 65 of 81
...processing 66 of 79
...processing 66 of 81
...processing 67 of 79
...processing 67 of 81
...processing 68 of 79
...processing 68 of 81
...processing 69 of 79
...processing 69 of 81
...processing 6 of 18
...processing 6 of 19
...processing 6 of 79
...processing 6 of 8
...processing 6 of 81
...processing 6 of 9
...processing 70 of 79
...processing 70 of 81
...processing 71 of 79
...processing 71 of 81
...processing 72 of 79
...processing 72 of 81
...processing 73 of 79
...processing 73 of 81
...processing 74 of 79
...processing 74 of 81
...processing 75 of 79
...processing 75 of 81
...processing 76 of 79
...processing 76 of 81
...processing 77 of 79
...processing 77 of 81
...processing 78 of 81
...processing 79 of 81
...processing 7 of 18
...processing 7 of 19
...processing 7 of 79
...processing 7 of 81
...processing 7 of 9
...processing 8 of 18
...processing 8 of 19
...processing 8 of 79
...processing 8 of 81
...processing 9 of 18
...processing 9 of 19
...processing 9 of 79
...processing 9 of 81
processing output:
Processing transcripts into genes
running augustus.
running blast search.
running est2genome search.
running exonerate search.
running repeat masker.
SeqID: MblContig1
STATUS: Now running MAKER...
STATUS: Parsing control files...
STATUS: Processing and indexing input FASTA files...
STATUS: Setting up database for any GFF3 input...
/storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore
/storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_master_datastore_index.log
/storage/tmp/software/augustus-2.5.5/bin/augustus --species=arabidopsis --strand=backward --UTR=off --hintsfile=/storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/2_0.1976-3065.arabidopsis.auto_annotator.xdef.augustus --extrinsicCfgFile=/storage/tmp/software/augustus/config//extrinsic/extrinsic.MPE.cfg /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/2_0.1976-3065.arabidopsis.auto_annotator.augustus.fasta > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/2_0.1976-3065.arabidopsis.auto_annotator.augustus
/storage/tmp/software/augustus-2.5.5/bin/augustus --species=arabidopsis --strand=forward --UTR=off --hintsfile=/storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/1_0.0-3612.arabidopsis.auto_annotator.xdef.augustus --extrinsicCfgFile=/storage/tmp/software/augustus/config//extrinsic/extrinsic.MPE.cfg /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/1_0.0-3612.arabidopsis.auto_annotator.augustus.fasta > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/1_0.0-3612.arabidopsis.auto_annotator.augustus
/storage/tmp/software/augustus-2.5.5/bin/augustus --species=arabidopsis --UTR=off /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/query.masked.fasta > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.masked.all.arabidopsis.augustus
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.0 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.0.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.1 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.1.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.2 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.2.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.3 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.3.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.4 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.4.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.5 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.5.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.6 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.6.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.7 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.7.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.8 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.8.blastn
/storage/tmp/software/blast/bin/blastn -db /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.9 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-10 -word_size 28 -reward 1 -penalty -5 -gapopen 5 -gapextend 5 -dbsize 1000 -searchsp 500000000 -num_threads 1 -lcase_masking -dust yes -soft_masking true -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.DM_Tra02%2Emerged%2Efasta.blastn.temp_dir/DM_Tra02%2Emerged%2Efasta.mpi.10.9.blastn
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.0 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.0.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.1 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.1.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.2 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.2.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.3 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.3.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.4 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.4.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.5 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.5.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.6 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.6.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.7 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.7.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.8 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.8.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.9 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.te_proteins%2Efasta.repeatrunner.temp_dir/te_proteins%2Efasta.mpi.10.9.repeatrunner
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.0 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.0.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.1 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.1.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.2 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.2.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.3 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.3.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.4 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.4.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.5 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.5.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.6 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.6.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.7 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.7.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.8 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.8.blastx
/storage/tmp/software/blast/bin/blastx -db /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.9 -query /tmp/maker_mOO8LA/rank0/MblContig1.0 -num_alignments 10000 -num_descriptions 10000 -evalue 1e-06 -dbsize 300 -searchsp 500000000 -num_threads 1 -seg yes -soft_masking true -lcase_masking -show_gis -out /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.0.uniprotkb_viridiplantae%2Efasta.blastx.temp_dir/uniprotkb_viridiplantae%2Efasta.mpi.10.9.blastx
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.0
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.1
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.2
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.3
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.4
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.5
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.6
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.7
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.8
/storage/tmp/software/blast/bin/makeblastdb -dbtype nucl -in /tmp/maker_mOO8LA/DM_Tra02%2Emerged%2Efasta.mpi.10.9
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.0
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.1
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.2
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.3
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.4
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.5
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.6
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.7
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.8
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/te_proteins%2Efasta.mpi.10.9
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.0
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.1
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.2
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.3
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.4
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.5
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.6
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.7
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.8
/storage/tmp/software/blast/bin/makeblastdb -dbtype prot -in /tmp/maker_mOO8LA/uniprotkb_viridiplantae%2Efasta.mpi.10.9
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_c148766.for.2237-2794.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2237-2794.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2237-2794.DM_Tra02_c148766.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_c22210.for.2531-3447.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2531-3447.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2531-3447.DM_Tra02_c22210.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_c28558.for.1766-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1766-3612.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1766-3612.DM_Tra02_c28558.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_c46480.for.1375-1980.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1375-1980.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1375-1980.DM_Tra02_c46480.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c103390.for.2176-2881.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2176-2881.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2176-2881.DM_Tra02_rep_c103390.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c150200.for.2198-2924.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2198-2924.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2198-2924.DM_Tra02_rep_c150200.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c152823.for.2191-2815.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2191-2815.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2191-2815.DM_Tra02_rep_c152823.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c152902.for.2182-2808.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2182-2808.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2182-2808.DM_Tra02_rep_c152902.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c59058.for.2219-2853.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2219-2853.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2219-2853.DM_Tra02_rep_c59058.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c62416.for.2337-2853.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2337-2853.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2337-2853.DM_Tra02_rep_c62416.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c64040.for.2253-2808.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2253-2808.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2253-2808.DM_Tra02_rep_c64040.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c85280.for.2222-2887.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2222-2887.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2222-2887.DM_Tra02_rep_c85280.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c85677.for.2174-2811.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2174-2811.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2174-2811.DM_Tra02_rep_c85677.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c86203.for.2191-2894.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2191-2894.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2191-2894.DM_Tra02_rep_c86203.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c88538.for.2176-2837.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2176-2837.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2176-2837.DM_Tra02_rep_c88538.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/DM_Tra02_rep_c94992.for.2269-2918.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2269-2918.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2269-2918.DM_Tra02_rep_c94992.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/NODE_1236506_length_398_cov_6%2E628141.for.1385-2206.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1385-2206.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1385-2206.NODE_1236506_length_398_cov_6%2E628141.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/NODE_139529_length_544_cov_11%2E053308.for.841-1808.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.841-1808.0.fasta -Q dna -T dna --model est2genome --minintron 20 --maxintron 10000 --showcigar --percent 20 > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.841-1808.NODE_139529_length_544_cov_11%2E053308.est_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/SP%3ASLAC1_ARATH.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.SP%3ASLAC1_ARATH.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/SP%3ASLAH2_ARATH.for.248-3548.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.248-3548.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.248-3548.SP%3ASLAH2_ARATH.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/SP%3ASLAH3_ARATH.for.86-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.86-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.86-3612.SP%3ASLAH3_ARATH.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2WMT8_ORYSI.for.1180-3500.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3500.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3500.TR%3AA2WMT8_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2WQC0_ORYSI.for.1120-3536.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.TR%3AA2WQC0_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2WSR8_ORYSI.for.110-3584.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3584.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3584.TR%3AA2WSR8_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2XWN1_ORYSI.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AA2XWN1_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2Y1P3_ORYSI.for.1141-3521.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.TR%3AA2Y1P3_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2Y7Z7_ORYSI.for.110-3569.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3569.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3569.TR%3AA2Y7Z7_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2YIS4_ORYSI.for.1141-3539.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3539.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3539.TR%3AA2YIS4_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA2ZR94_ORYSJ.for.1180-3500.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3500.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3500.TR%3AA2ZR94_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA3AWM0_ORYSJ.for.1120-2182.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-2182.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-2182.TR%3AA3AWM0_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA5B4F4_VITVI.for.1174-3479.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1174-3479.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1174-3479.TR%3AA5B4F4_VITVI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA9RQS2_PHYPA.for.1141-3515.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3515.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3515.TR%3AA9RQS2_PHYPA.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA9RU49_PHYPA.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AA9RU49_PHYPA.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA9SH15_PHYPA.for.1141-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3518.TR%3AA9SH15_PHYPA.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AA9TDH3_PHYPA.for.1150-3590.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1150-3590.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1150-3590.TR%3AA9TDH3_PHYPA.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB6SQ55_MAIZE.for.1162-3500.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1162-3500.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1162-3500.TR%3AB6SQ55_MAIZE.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB6SWN8_MAIZE.for.1120-3551.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.TR%3AB6SWN8_MAIZE.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB8AAY8_ORYSI.for.1132-3551.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1132-3551.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1132-3551.TR%3AB8AAY8_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB8B7U9_ORYSI.for.2933-3539.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2933-3539.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2933-3539.TR%3AB8B7U9_ORYSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9EU69_ORYSJ.for.1132-3575.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1132-3575.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1132-3575.TR%3AB9EU69_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9EY47_ORYSJ.for.110-3584.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3584.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3584.TR%3AB9EY47_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9F0C5_ORYSJ.for.1120-1777.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-1777.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-1777.TR%3AB9F0C5_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9FIR4_ORYSJ.for.110-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3612.TR%3AB9FIR4_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9FVU2_ORYSJ.for.1141-2117.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-2117.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-2117.TR%3AB9FVU2_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9FVU3_ORYSJ.for.2894-3539.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2894-3539.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2894-3539.TR%3AB9FVU3_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9I506_POPTR.for.1822-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1822-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1822-3612.TR%3AB9I506_POPTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9N343_POPTR.for.1564-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1564-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1564-3612.TR%3AB9N343_POPTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9N344_POPTR.for.335-1648.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.335-1648.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.335-1648.TR%3AB9N344_POPTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9RBW3_RICCO.for.1120-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3612.TR%3AB9RBW3_RICCO.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9RIQ3_RICCO.for.80-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.80-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.80-3612.TR%3AB9RIQ3_RICCO.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AB9SFR4_RICCO.for.1720-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1720-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1720-3518.TR%3AB9SFR4_RICCO.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5XJG5_SORBI.for.1180-3542.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3542.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3542.TR%3AC5XJG5_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5XK99_SORBI.for.1342-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1342-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1342-3518.TR%3AC5XK99_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5XR65_SORBI.for.110-3578.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3578.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3578.TR%3AC5XR65_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5Y2R5_SORBI.for.1159-3536.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1159-3536.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1159-3536.TR%3AC5Y2R5_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5YEF3_SORBI.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AC5YEF3_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5YN44_SORBI.for.1120-3551.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.TR%3AC5YN44_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5YUS9_SORBI.for.1120-3536.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.TR%3AC5YUS9_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5YWJ1_SORBI.for.32-3527.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.32-3527.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.32-3527.TR%3AC5YWJ1_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5YWJ2_SORBI.for.41-3527.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.41-3527.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.41-3527.TR%3AC5YWJ2_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5YWJ3_SORBI.for.1120-3527.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3527.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3527.TR%3AC5YWJ3_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC5YZG0_SORBI.for.365-3530.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.365-3530.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.365-3530.TR%3AC5YZG0_SORBI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AC7IXE7_ORYSJ.for.2897-3500.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2897-3500.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2897-3500.TR%3AC7IXE7_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD2U834_9ROSI.for.1168-3536.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1168-3536.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1168-3536.TR%3AD2U834_9ROSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD7KND2_ARALL.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AD7KND2_ARALL.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD7M2F7_ARALL.for.344-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.344-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.344-3612.TR%3AD7M2F7_ARALL.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD7MDP9_ARALL.for.236-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.236-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.236-3612.TR%3AD7MDP9_ARALL.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD7TWC1_VITVI.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AD7TWC1_VITVI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD8R497_SELML.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AD8R497_SELML.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD8RQR2_SELML.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AD8RQR2_SELML.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD8S028_SELML.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AD8S028_SELML.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD8S5U7_SELML.for.1141-3521.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.TR%3AD8S5U7_SELML.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD8SMW1_SELML.for.1141-3521.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.TR%3AD8SMW1_SELML.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD8SQB3_SELML.for.1150-3521.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1150-3521.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1150-3521.TR%3AD8SQB3_SELML.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AD8SUM0_SELML.for.1150-3542.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1150-3542.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1150-3542.TR%3AD8SUM0_SELML.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AE0CUQ2_VITVI.for.1-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1-3612.TR%3AE0CUQ2_VITVI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AE5FYR7_BRARC.for.1120-3521.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3521.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3521.TR%3AE5FYR7_BRARC.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AE5GBD8_CUCME.for.119-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.119-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.119-3612.TR%3AE5GBD8_CUCME.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AE6NU71_9ROSI.for.1180-3530.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3530.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3530.TR%3AE6NU71_9ROSI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AF2DB49_HORVD.for.110-3578.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3578.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3578.TR%3AF2DB49_HORVD.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AF2DVZ2_HORVD.for.1120-3536.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.TR%3AF2DVZ2_HORVD.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AF2EEJ5_HORVD.for.1120-3533.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3533.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3533.TR%3AF2EEJ5_HORVD.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AF6GZQ2_VITVI.for.1180-2308.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-2308.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-2308.TR%3AF6GZQ2_VITVI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AF6GZQ3_VITVI.for.2897-3500.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2897-3500.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.2897-3500.TR%3AF6GZQ3_VITVI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AF6H7H3_VITVI.for.1144-3500.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1144-3500.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1144-3500.TR%3AF6H7H3_VITVI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AF6HIC6_VITVI.for.1174-3479.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1174-3479.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1174-3479.TR%3AF6HIC6_VITVI.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AG7JEQ3_MEDTR.for.1204-3467.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1204-3467.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1204-3467.TR%3AG7JEQ3_MEDTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AG7JK66_MEDTR.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AG7JK66_MEDTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AG7KJM6_MEDTR.for.110-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3612.TR%3AG7KJM6_MEDTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AG7KK21_MEDTR.for.110-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3612.TR%3AG7KK21_MEDTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AG7KK46_MEDTR.for.1249-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1249-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1249-3612.TR%3AG7KK46_MEDTR.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ0DFK6_ORYSJ.for.1129-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1129-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1129-3612.TR%3AQ0DFK6_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ0JL49_ORYSJ.for.110-2308.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-2308.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-2308.TR%3AQ0JL49_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ0JPE8_ORYSJ.for.1120-3551.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.TR%3AQ0JPE8_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ5NAK3_ORYSJ.for.1120-3551.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3551.TR%3AQ5NAK3_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ5NAK4_ORYSJ.for.1132-3551.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1132-3551.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1132-3551.TR%3AQ5NAK4_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ5ZE68_ORYSJ.for.110-3584.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3584.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.110-3584.TR%3AQ5ZE68_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ6I589_ORYSJ.for.1210-3612.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1210-3612.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1210-3612.TR%3AQ6I589_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ6ZLB6_ORYSJ.for.1141-3539.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3539.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3539.TR%3AQ6ZLB6_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ75G55_ORYSJ.for.1141-3521.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1141-3521.TR%3AQ75G55_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ7XTX7_ORYSJ.for.1120-3518.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3518.TR%3AQ7XTX7_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ8L4G8_ORYSJ.for.1120-3536.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1120-3536.TR%3AQ8L4G8_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ9FTK9_ORYSJ.for.1180-3500.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3500.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-3500.TR%3AQ9FTK9_ORYSJ.p_exonerate.0
/storage/tmp/software/exonerate-2.2.0-x86_64/bin/exonerate -q /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/TR%3AQ9XHX8_ORYSJ.for.1180-2344.0.fasta -t /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-2344.0.fasta -Q protein -T dna -m protein2genome --softmasktarget --percent 20 --showcigar > /storage/tmp/jobs/dmuscipula/experiments/SLAx/maker/SLAx_merged_02_03.maker.output/SLAx_merged_02_03_datastore/AB/FC/MblContig1//theVoid.MblContig1/MblContig1.1180-2344.TR%3AQ9XHX8_ORYSJ.p_exonerate.0
To access files for individual sequences use the datastore index:
total clusters:1 now processing 0
total clusters:2 now processing 0
UNKNOWN Bio::AnalysisParserI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/AnalysisParserI.pm
UNKNOWN Bio::AnnotatableI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/AnnotatableI.pm
UNKNOWN Bio::AnnotationCollectionI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/AnnotationCollectionI.pm
UNKNOWN Bio::Annotation::Collection /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Annotation/Collection.pm
UNKNOWN Bio::AnnotationI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/AnnotationI.pm
UNKNOWN Bio::Annotation::SimpleValue /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Annotation/SimpleValue.pm
UNKNOWN Bio::Annotation::TypeManager /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Annotation/TypeManager.pm
UNKNOWN Bio::DB::InMemoryCache /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/DB/InMemoryCache.pm
UNKNOWN Bio::DescribableI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/DescribableI.pm
UNKNOWN Bio::Event::EventGeneratorI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Event/EventGeneratorI.pm
UNKNOWN Bio::Event::EventHandlerI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Event/EventHandlerI.pm
UNKNOWN Bio::Factory::ObjectFactoryI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Factory/ObjectFactoryI.pm
UNKNOWN Bio::Factory::ObjectFactory /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Factory/ObjectFactory.pm
UNKNOWN Bio::Factory::SequenceFactoryI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Factory/SequenceFactoryI.pm
UNKNOWN Bio::FeatureHolderI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/FeatureHolderI.pm
UNKNOWN Bio::IdentifiableI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/IdentifiableI.pm
UNKNOWN Bio::LocatableSeq /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/LocatableSeq.pm
UNKNOWN Bio::Location::Atomic /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/Atomic.pm
UNKNOWN Bio::Location::CoordinatePolicyI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/CoordinatePolicyI.pm
UNKNOWN Bio::Location::FuzzyLocationI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/FuzzyLocationI.pm
UNKNOWN Bio::Location::Fuzzy /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/Fuzzy.pm
UNKNOWN Bio::LocationI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/LocationI.pm
UNKNOWN Bio::Location::Simple /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/Simple.pm
UNKNOWN Bio::Location::SplitLocationI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/SplitLocationI.pm
UNKNOWN Bio::Location::Split /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/Split.pm
UNKNOWN Bio::Location::WidestCoordPolicy /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Location/WidestCoordPolicy.pm
UNKNOWN Bio::PrimarySeqI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/PrimarySeqI.pm
UNKNOWN Bio::PrimarySeq /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/PrimarySeq.pm
UNKNOWN Bio::RangeI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/RangeI.pm
UNKNOWN Bio::Range /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Range.pm
UNKNOWN Bio::Root::HTTPget /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Root/HTTPget.pm
UNKNOWN Bio::Root::IO /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Root/IO.pm
UNKNOWN Bio::Root::Root /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Root/Root.pm
UNKNOWN Bio::Search::Hit::HitFactory /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Search/Hit/HitFactory.pm
UNKNOWN Bio::Search::Hit::HitI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Search/Hit/HitI.pm
UNKNOWN Bio::Search::Hit::PhatHit::augustus /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/augustus.pm
UNKNOWN Bio::Search::Hit::PhatHit::est2genome /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/est2genome.pm
UNKNOWN Bio::Search::Hit::PhatHit::fgenesh /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/fgenesh.pm
UNKNOWN Bio::Search::Hit::PhatHit::genemark /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/genemark.pm
UNKNOWN Bio::Search::Hit::PhatHit::gff3 /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/gff3.pm
UNKNOWN Bio::Search::Hit::PhatHit::protein2genome /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/protein2genome.pm
UNKNOWN Bio::Search::Hit::PhatHit::snap /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/Hit/PhatHit/snap.pm
UNKNOWN Bio::Search::HSP::GenericHSP /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Search/HSP/GenericHSP.pm
UNKNOWN Bio::Search::HSP::HSPFactory /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Search/HSP/HSPFactory.pm
UNKNOWN Bio::Search::HSP::HSPI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Search/HSP/HSPI.pm
UNKNOWN Bio::Search::HSP::PhatHSP::augustus /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/augustus.pm
UNKNOWN Bio::Search::HSP::PhatHSP::est2genome /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/est2genome.pm
UNKNOWN Bio::Search::HSP::PhatHSP::fgenesh /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/fgenesh.pm
UNKNOWN Bio::Search::HSP::PhatHSP::genemark /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/genemark.pm
UNKNOWN Bio::Search::HSP::PhatHSP::gff3 /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/gff3.pm
UNKNOWN Bio::Search::HSP::PhatHSP::protein2genome /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/protein2genome.pm
UNKNOWN Bio::Search::HSP::PhatHSP::repeatmasker /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/repeatmasker.pm
UNKNOWN Bio::Search::HSP::PhatHSP::snap /storage/tmp/software/maker-2.24-debug/bin/../lib/Bio/Search/HSP/PhatHSP/snap.pm
UNKNOWN Bio::SearchIO::EventHandlerI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SearchIO/EventHandlerI.pm
UNKNOWN Bio::SearchIO::SearchResultEventBuilder /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SearchIO/SearchResultEventBuilder.pm
UNKNOWN Bio::SearchIO /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SearchIO.pm
UNKNOWN Bio::SeqAnalysisParserI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqAnalysisParserI.pm
UNKNOWN Bio::SeqFeature::FeaturePair /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqFeature/FeaturePair.pm
UNKNOWN Bio::SeqFeature::Generic /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqFeature/Generic.pm
UNKNOWN Bio::SeqFeatureI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqFeatureI.pm
UNKNOWN Bio::SeqFeature::SimilarityPair /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqFeature/SimilarityPair.pm
UNKNOWN Bio::SeqFeature::Similarity /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqFeature/Similarity.pm
UNKNOWN Bio::SeqI /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqI.pm
UNKNOWN Bio::Seq::SeqFactory /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Seq/SeqFactory.pm
UNKNOWN Bio::Seq /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Seq.pm
UNKNOWN Bio::SeqUtils /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/SeqUtils.pm
UNKNOWN Bio::Tools::CodonTable /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Tools/CodonTable.pm
UNKNOWN Bio::Tools::GFF /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Tools/GFF.pm
UNKNOWN Bio::Tools::IUPAC /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/Bio/Tools/IUPAC.pm
UNKNOWN Carp::Heavy /storage/tmp/software/perl-5.14.1/lib/5.14.1/Carp/Heavy.pm
UNKNOWN clean /storage/tmp/software/maker-2.24-debug/bin/../lib/clean.pm
UNKNOWN cluster /storage/tmp/software/maker-2.24-debug/bin/../lib/cluster.pm
UNKNOWN compare /storage/tmp/software/maker-2.24-debug/bin/../lib/compare.pm
UNKNOWN Config /storage/tmp/software/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Config.pm
UNKNOWN ds_utility /storage/tmp/software/maker-2.24-debug/bin/../lib/ds_utility.pm
UNKNOWN Dumper::GFF::GFFV3 /storage/tmp/software/maker-2.24-debug/bin/../lib/Dumper/GFF/GFFV3.pm
UNKNOWN Dumper::XML::Game /storage/tmp/software/maker-2.24-debug/bin/../lib/Dumper/XML/Game.pm
UNKNOWN Dumper::XML::Game_Xml /storage/tmp/software/maker-2.24-debug/bin/../lib/Dumper/XML/Game_Xml.pm
UNKNOWN Error::Simple /storage/tmp/software/maker-2.24-debug/bin/../lib/Error/Simple.pm
UNKNOWN exonerate::splice_info /storage/tmp/software/maker-2.24-debug/bin/../lib/exonerate/splice_info.pm
UNKNOWN FastaChunker /storage/tmp/software/maker-2.24-debug/bin/../lib/FastaChunker.pm
UNKNOWN FastaChunk /storage/tmp/software/maker-2.24-debug/bin/../lib/FastaChunk.pm
UNKNOWN FastaDB /storage/tmp/software/maker-2.24-debug/bin/../lib/FastaDB.pm
UNKNOWN FastaFile /storage/tmp/software/maker-2.24-debug/bin/../lib/FastaFile.pm
UNKNOWN FastaSeq /storage/tmp/software/maker-2.24-debug/bin/../lib/FastaSeq.pm
UNKNOWN Fasta /storage/tmp/software/maker-2.24-debug/bin/../lib/Fasta.pm
UNKNOWN GFFDB /storage/tmp/software/maker-2.24-debug/bin/../lib/GFFDB.pm
UNKNOWN GI /storage/tmp/software/maker-2.24-debug/bin/../lib/GI.pm
UNKNOWN Inline::denter /home/s187512/perl/lib/perl5/site_perl/5.12.1/Inline/denter.pm
UNKNOWN Iterator::Any /storage/tmp/software/maker-2.24-debug/bin/../lib/Iterator/Any.pm
UNKNOWN Iterator::Fasta /storage/tmp/software/maker-2.24-debug/bin/../lib/Iterator/Fasta.pm
UNKNOWN Iterator::GFF3 /storage/tmp/software/maker-2.24-debug/bin/../lib/Iterator/GFF3.pm
UNKNOWN Iterator /storage/tmp/software/maker-2.24-debug/bin/../lib/Iterator.pm
UNKNOWN LWP::MemberMixin /storage/tmp/software/perl-5.14.1/lib/site_perl/5.14.1/LWP/MemberMixin.pm
UNKNOWN maker::auto_annotator /storage/tmp/software/maker-2.24-debug/bin/../lib/maker/auto_annotator.pm
UNKNOWN MAKER::ConfigData /storage/tmp/software/maker-2.24-debug/bin/../perl/lib/MAKER/ConfigData.pm
UNKNOWN maker::join /storage/tmp/software/maker-2.24-debug/bin/../lib/maker/join.pm
UNKNOWN maker::quality_index /storage/tmp/software/maker-2.24-debug/bin/../lib/maker/quality_index.pm
UNKNOWN maker::sens_spec /storage/tmp/software/maker-2.24-debug/bin/../lib/maker/sens_spec.pm
UNKNOWN PhatHit_utils /storage/tmp/software/maker-2.24-debug/bin/../lib/PhatHit_utils.pm
UNKNOWN polisher::exonerate::est /storage/tmp/software/maker-2.24-debug/bin/../lib/polisher/exonerate/est.pm
UNKNOWN polisher::exonerate::protein /storage/tmp/software/maker-2.24-debug/bin/../lib/polisher/exonerate/protein.pm
UNKNOWN polisher::exonerate /storage/tmp/software/maker-2.24-debug/bin/../lib/polisher/exonerate.pm
UNKNOWN polisher /storage/tmp/software/maker-2.24-debug/bin/../lib/polisher.pm
UNKNOWN PostData /storage/tmp/software/maker-2.24-debug/bin/../lib/PostData.pm
UNKNOWN Process::MpiChunk /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiChunk.pm
UNKNOWN Process::MpiTiers /storage/tmp/software/maker-2.24-debug/bin/../lib/Process/MpiTiers.pm
UNKNOWN repeat_mask_seq /storage/tmp/software/maker-2.24-debug/bin/../lib/repeat_mask_seq.pm
UNKNOWN shadow_AED /storage/tmp/software/maker-2.24-debug/bin/../lib/shadow_AED.pm
UNKNOWN Shadower /storage/tmp/software/maker-2.24-debug/bin/../lib/Shadower.pm
UNKNOWN SimpleCluster /storage/tmp/software/maker-2.24-debug/bin/../lib/SimpleCluster.pm
UNKNOWN SpaceBase /storage/tmp/software/maker-2.24-debug/bin/../lib/SpaceBase.pm
UNKNOWN Widget::augustus /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/augustus.pm
UNKNOWN Widget::blastn /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/blastn.pm
UNKNOWN Widget::blastx /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/blastx.pm
UNKNOWN Widget::exonerate::est2genome /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/exonerate/est2genome.pm
UNKNOWN Widget::exonerate::protein2genome /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/exonerate/protein2genome.pm
UNKNOWN Widget::exonerate /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/exonerate.pm
UNKNOWN Widget::fgenesh /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/fgenesh.pm
UNKNOWN Widget::formater /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/formater.pm
UNKNOWN Widget::genemark /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/genemark.pm
UNKNOWN Widget::RepeatMasker /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/RepeatMasker.pm
UNKNOWN Widget::snap /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/snap.pm
UNKNOWN Widget /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget.pm
UNKNOWN Widget::tblastx /storage/tmp/software/maker-2.24-debug/bin/../lib/Widget/tblastx.pm
Widget::augustus:
Widget::blastn:
Widget::blastx:
Widget::exonerate::est2genome:
Widget::exonerate::protein2genome:
Widget::formater:
Widget::RepeatMasker:
More information about the maker-devel
mailing list