# HG changeset patch # User iuc # Date 1601626689 0 # Node ID 482052b30b78b890320a0629334b6a770f820133 # Parent 8afa8799d50ff0d387460e1d81fb480e209f8566 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585" diff -r 8afa8799d50f -r 482052b30b78 sina.xml --- a/sina.xml Fri Oct 02 08:01:21 2020 +0000 +++ b/sina.xml Fri Oct 02 08:18:09 2020 +0000 @@ -1,100 +1,97 @@ - + reference based multiple sequence alignment - 1.6.1 - galaxy0 - - - + 1.7.1 + 0 sina sina --version output.tsv - #end if +## run +sina +--in='$in' +--db='reference.arb' +--threads=\${GALAXY_SLOTS:-4} +--num-pts=\${GALAXY_SLOTS:-4} +--show-conf +## Output options +#if 'arb' in $oo.out + --out='output.arb' +#end if +#if 'fasta' in $oo.out + --out='output.fasta' + --min-idty=$oo.minidty +#end if +#if 'tsv' in $oo.out + --out='output.csv' ## parsed into tabular in postprocessing step +#end if +#if 'log' in $oo.out + --log-file='$logfile' + --show-diff + --show-dist +#end if +## Advanced alignment parameters +--overhang=$ap.overhang +--insertion=$ap.insertion +#if $ap.turn == 'yes' + -t +#elif $ap.turn == 'all' + -t all +#end if +## Expert alignment parameters +--fs-min=$eap.fsmin +--fs-max=$eap.fsmax +--fs-msc=$eap.fsmsc +--fs-weight=$eap.fsweight +--fs-req=$eap.fsreq +--fs-req-full=$eap.fsreqfull +--fs-full-len=$eap.fsfulllen +--gene-start=$eap.genestart +--gene-end=$eap.geneend +--fs-cover-gene=$eap.fscovergene +--match-score=$eap.matchscore +--mismatch-score=$eap.mismatchscore +--pen-gap=$eap.pengap +--pen-gapext=$eap.pengapext +--fs-kmer-len=$eap.fskmerlen +--fs-kmer-mm=$eap.fskmermm +$eap.fskmernofast +$eap.fskmernorel +## Advanced search and classification parameters +#if $asacp.activate == 'yes' + --search + --search-kmer-candidates=$asacp.searchkmercandidates + --lca-quorum=$asacp.lcaquorum + --search-kmer-len=$asacp.searchkmerlen + --search-kmer-mm=$asacp.searchkmermm + --search-max-result=$asacp.searchmaxresult + $asacp.searchnofast + $asacp.searchkmernorel +#end if + +## postprocessing +## convert csv to tabular +#if 'tsv' in $oo.out + && test -f 'output.csv' && cat 'output.csv' | sed 's/,/\t/g' > 'output.tsv' || echo 'No additional meta data file.' +#end if ]]> - - + + @@ -127,25 +124,6 @@ - - - - - - - - - - - - - - - - - - -
@@ -180,44 +158,52 @@ - +
+
+ + + + + + + +
- - os['type'] == 'fasta' or os['type'] == 'fasta_meta' + + 'fasta' in oo['out'] - - os['type'] == 'arb' + + 'arb' in oo['out'] - - os['type'] == 'fasta_meta' + + 'tsv' in oo['out'] - - log == 'yes' or log == 'yes_meta' + + 'log' in oo['out'] - - + -
- +
+
- + - + @@ -225,38 +211,38 @@ - + -
- +
+
- + - + - + -
- +
+
- + - + @@ -264,18 +250,18 @@ - + -
- +
+
- + - + @@ -285,8 +271,8 @@ -
- +
+
@@ -323,7 +309,7 @@
- + @@ -331,19 +317,19 @@ - + -
- +
+
- + - + @@ -365,13 +351,13 @@ **Output** -Results are provided in FASTA or ARB file format, whereas additional metadata is provided as CSV. +Results are provided in FASTA or ARB file format, whereas additional metadata is provided as tabular text file. .. class:: infomark **References** -More information can be found on the `project website `_, and on `github `_. An `online version `_ of SINA is provided by the SILVA project. +More information can be found on the `project website `_ and on `GitHub `_. An `online version `_ of SINA is provided by the SILVA project. ]]> 10.1093/bioinformatics/bts252