# HG changeset patch # User mvdbeek # Date 1455364424 18000 # Node ID 96a23b8fc63a680e5eab251b83a95c6478536922 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/printenv commit 1136a0c5b7398eddc5420113784914c0d471bfbf-dirty diff -r 000000000000 -r 96a23b8fc63a README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Sat Feb 13 06:53:44 2016 -0500 @@ -0,0 +1,11 @@ +This tool clips adapter sequences from a fastq file and outputs either a +fasta or fastq file of clipped reads with renumbered fasta/fastq headers. + +Clipped sequences with Ns can be discarded. + +Min size and max size filter clipped reads on their size. + +Note that unclipped reads that satisfy the min and max size conditions are kept. + +Homepage: drosophile.org +Repositoy development: https://bitbucket.org/drosofff/gedtools/ diff -r 000000000000 -r 96a23b8fc63a printenv.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/printenv.xml Sat Feb 13 06:53:44 2016 -0500 @@ -0,0 +1,10 @@ + + "$output"]]> + + + + + +This tool prints the environment as seen by the galaxy user. + +