# HG changeset patch # User Jim Johnson # Date 1354285164 21600 # Node ID 561fa7324f6050f90fbc737c86e5c66061d1723a # Parent 3cfe418109492c83f8abab32182bd792c4f9bdfa Add make.contigs diff -r 3cfe41810949 -r 561fa7324f60 mothur/tools/mothur/make.contigs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mothur/tools/mothur/make.contigs.xml Fri Nov 30 08:19:24 2012 -0600 @@ -0,0 +1,106 @@ + + Aligns paired forard and reverse fastq files to contigs as fasta and quality + + mothur_wrapper.py + --cmd='make.contigs' + --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.contigs\.fasta$:'$fasta,'^\S+\.contigs\.qual$:'$qual,'^\S+\.contigs\.mismatch$:'$mismatch + --outputdir='$logfile.extra_files_path' + --ffastq=$ffastq + --rfastq=$rfastq + --align=$align + #if $oligo.add == "yes": + --oligos=$oligo.oligos + #if $oligo.bdiffs.__str__ != '' and int($oligo.bdiffs.__str__) > 0: + --bdiffs=$oligo.bdiffs + #end if + #if $oligo.pdiffs.__str__ != '' and int($oligo.pdiffs.__str__) > 0: + --pdiffs=$oligo.pdiffs + #end if + #if $oligo.tdiffs.__str__ != '' and int($oligo.tdiffs.__str__) > 0: + --tdiffs=$oligo.tdiffs + #end if + #end if + + #if $match.__str__ != '': + --match=$match + #end if + #if $mismatch.__str__ != '': + --mismatch=$mismatch + #end if + #if $gapopen.__str__ != '': + --gapopen=$gapopen + #end if + #if $gapextend.__str__ != '': + --gapextend=$gapextend + #end if + #if $threshold.__str__ != '': + --threshold=$threshold + #end if + --processors=8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mothur + + + + +**Mothur Overview** + +Mothur_, initiated by Dr. Patrick Schloss and his software development team +in the Department of Microbiology and Immunology at The University of Michigan, +provides bioinformatics for the microbial ecology community. + +.. _Mothur: http://www.mothur.org/wiki/Main_Page + +**Command Documenation** + +The make.contigs_ command reads a forward fastq file and a reverse fastq file and outputs new fasta and quality files. + +.. _make.contigs: http://www.mothur.org/wiki/Make.contigs + + +