From: Adam P. <aph...@gm...> - 2010-07-30 14:15:09
|
Hi Martin, When the manual states nucmer can process multiple references and queries, it is referring to multi-fasta input format: >sequence1 ACGT >sequence2 ACGT >sequence3 ACGT ... Nucmer does not accept more than one file for the reference and one file for the query. All sequences included in the reference file will be taken together as the "references" and all sequences in the query file will be taken together as the "queries". If you have multiple fasta files, you can simply append them together using 'cat' to make a multi-fasta file. Just be sure each sequence has a unique sequence identifier (the string after the '>' and up to the first space). Hope this clears things up, -Adam On Fri, Jul 30, 2010 at 9:59 AM, Dr. Martin Selke <m....@gm...> wrote: > Hello, > > Most of the time I was using NUCMER with just one reference and query. Now, > for the first time I would like to add some queries to my NUCMER run. Could > someone please add an example as how to format such an analysis when using > NUCMER? I tried different things, relying on my knowledge on how to separate > multiple strings in PERL, but all I got was an error message > > "USAGE: nucmer [options] <Reference> <Query> > > Try '/home/stylo/MUMmer3.22/nucmer -h' for more information." > > The tutorial states, that it is possible to do analyses of multiple > references and queries but all the examples are for one reference and query. > So, how do I add a second and a third (...) query to my NUCMER run? I tried > brackets around my queries, [,] and [.] with or without whitespaces. What am > I doing wrong? > > Sincerly, > Martin > > -- > +++++++++++++++++++++++++++++ > > Stiftung Tierärztliche Hochschule Hannover > Zentrum für Infektionsmedizin > Institut für Mikrobiologie > Dr. Martin Selke > Bischofsholer Damm 15 > 30173 Hannover > Tel. +49 511 / 856 - 7500 > Fax +49 511 / 856 - 7697 > +++++++++++++++++++++++++++++ > > University of Veterinary Medicine Hannover > Department for Infections Diseases > Institute of Microbiology > Dr. Martin Selke > Bischofsholer Damm 15 > 30173 Hannover > Tel. +49 511 / 856 - 7500 > Fax +49 511 / 856 - 7697 > > +++++++++++++++++++++++++++++ > > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > MUMmer-help mailing list > MUM...@li... > https://lists.sourceforge.net/lists/listinfo/mummer-help > |