Repository revision
9:5a7674ac2c59

Repository 'mothur_seq_error'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/mothur_seq_error

Seq.error tool metadata
Miscellaneous
Seq.error
assess error rates in sequencing data
mothur_seq_error
toolshed.g2.bx.psu.edu/repos/iuc/mothur_seq_error/mothur_seq_error/1.39.5.0
1.39.5.0
mothur "#help()" | sed '7q;d' | cut -d" " -f2
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/iuc/mothur_seq_error/mothur_seq_error/1.39.5.0 (this tool)
toolshed.g2.bx.psu.edu/repos/iuc/mothur_seq_error/mothur_seq_error/1.36.1.0
mothur_seq_error
Requirements (dependencies defined in the <requirements> tag set)
name version type
mothur 1.39.5 package
Additional information about this tool
set -o pipefail; export TERM=vt100; 

## create symlinks to input datasets
ln -s '$fasta_in' fasta_in.dat &&
ln -s '$name_in' name_in.dat &&
ln -s '$count' count.dat &&
ln -s '$alignment.template' alignment.template.dat &&
#if $qual.use == "yes":
    ln -s '$qual.qfile_in' qfile_in.dat &&
    ln -s '$qual.alignreport_in' alignreport_in.dat &&
#end if

echo 'seq.error(
    fasta=fasta_in.dat,
    reference=alignment.template.dat,
    #if $name_in:
        name=name_in.dat,
    #end if
    #if $qual.use == "yes":
        qfile=qfile_in.dat,
        report=alignreport_in.dat,
    #end if
    #if $threshold:
        threshold=$threshold,
    #end if
    ignorechimeras=$ignorechimeras,
    #if $count:
        count=count.dat,
    #end if
    #if $fasta_in.is_of_type('mothur.align')
        aligned=T,
    #else
        aligned=F,
    #end if
    processors='\${GALAXY_SLOTS:-8}'
)'
| sed 's/ //g'  ## mothur trips over whitespace
| mothur
| tee mothur.out.log
    
None
False
Functional tests
name inputs outputs required files
Test-1 fasta_in: amazon.align_head
alignment|template: HMP_MOCK.v35.align
alignment|source: history
savelog: True
name: value
name: value
name: value
name: value
name: value
name: value
name: value
name: value
name: value
amazon.align_head
HMP_MOCK.v35.align
value
Test-2 fasta_in: Mock_S280_L001_R1_001_small.trim.contigs.good.align_head
alignment|template: HMP_MOCK.v35.align
alignment|source: history
qual|qfile_in: Mock_S280_L001_R1_001_small.trim.contigs.qual
qual|alignreport_in: Mock_S280_L001_R1_001_small.trim.contigs.good.align.report
qual|use: yes
savelog: True
name: value
name: value
name: value
name: value
name: value
name: value
name: value
name: value
name: value
name: value
name: value
name: value
Mock_S280_L001_R1_001_small.trim.contigs.good.align_head
HMP_MOCK.v35.align
Mock_S280_L001_R1_001_small.trim.contigs.qual
Mock_S280_L001_R1_001_small.trim.contigs.good.align.report
value