# HG changeset patch # User iuc # Date 1488571129 18000 # Node ID 74afc47f326c0c8afe85a5cab4a4334ff62f61ce # Parent 6b865dde1baad323e60366c899310ad90e44e079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/prinseq/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b diff -r 6b865dde1baa -r 74afc47f326c prinseq.xml --- a/prinseq.xml Sat Jan 21 06:27:29 2017 -0500 +++ b/prinseq.xml Fri Mar 03 14:58:49 2017 -0500 @@ -1,10 +1,6 @@ - + to process quality of sequences - - perl - prinseq @@ -34,13 +30,13 @@ prinseq-lite.pl #if $seq_type.seq_type_opt == "single": - -fastq "$seq_type.input_singles" + -fastq '$seq_type.input_singles' #if $seq_type.input_singles.is_of_type('fastqillumina'): -phred64 #end if #else: - -fastq "$seq_type.input_mate1" - -fastq2 "$seq_type.input_mate2" + -fastq '$seq_type.input_mate1' + -fastq2 '$seq_type.input_mate2' #if $seq_type.input_mate1.ext != $seq_type.input_mate2.ext: #import sys #silent sys.stderr.write( 'Both pairs from your paired-end library need to be from the same filetype.' ) @@ -69,7 +65,7 @@ #set quality_filter_treatments=$filter_treatments.quality_filter_treatments #if $quality_filter_treatments.apply_quality_filter_treatments == "true": - #set min_quality_filter_treatments=$quality_filter_treatments.min_quality_filter_treatments + #set min_quality_filter_treatments=$quality_filter_treatments.min_quality_filter_treatments #if $min_quality_filter_treatments.apply_min_quality_filter_treatments == "true": -min_qual_score $min_quality_filter_treatments.min_quality_filter_treatment_value #end if @@ -211,18 +207,17 @@ -trim_qual_step $quality_trimming_treatments.step_quality_trimming_treatments #end if - #end if + #end if #* -graph_stats "$graph_stats" -graph_data tmp/stats.gd - - && + && prinseq-graphs-noPCA.pl -i "tmp/stats.gd" -html_all -o stats_html *# -]]> +]]> @@ -261,7 +256,7 @@ - + @@ -271,10 +266,10 @@ - + - + @@ -312,7 +307,7 @@ - + @@ -322,7 +317,7 @@ - + @@ -401,14 +396,14 @@ - + - + @@ -622,50 +617,41 @@ - seq_type['seq_type_opt'] == "single" - seq_type['seq_type_opt'] == "single" - seq_type['seq_type_opt'] == "paired" - seq_type['seq_type_opt'] == "paired" - seq_type['seq_type_opt'] == "paired" - seq_type['seq_type_opt'] == "paired" - seq_type['seq_type_opt'] == "paired" - seq_type['seq_type_opt'] == "paired" - @@ -674,8 +660,8 @@ - - + + @@ -688,7 +674,7 @@ - + @@ -710,11 +696,10 @@ `_. ----- @@ -736,7 +721,7 @@ Several filter treatments are proposed: - - Filters based on sequence length + - Filters based on sequence length - Filters based on quality score - Filters based on base content @@ -754,7 +739,6 @@ The output file is a sequence file with sequences and quality from input file which have undergone filter and trimming. - ]]> diff -r 6b865dde1baa -r 74afc47f326c tool_dependencies.xml --- a/tool_dependencies.xml Sat Jan 21 06:27:29 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ - - - - - - - - - - http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz - - prinseq-lite.pl - $INSTALL_DIR - - $INSTALL_DIR/prinseq-lite.pl - - - prinseq-graphs-noPCA.pl - $INSTALL_DIR - - $INSTALL_DIR/prinseq-graphs-noPCA.pl - - - $INSTALL_DIR/ - $INSTALL_DIR/ - - - - -