# HG changeset patch # User lparsons # Date 1432670539 14400 # Node ID 01d94df2e32a75f72c7e2036944f4fef31b3902e # Parent 93d58ffe39f1e041ed26eef349c3e1b44c8cf6cf planemo upload for repository https://bitbucket.org/lance_parsons/cutadapt_galaxy_wrapper diff -r 93d58ffe39f1 -r 01d94df2e32a cutadapt.xml --- a/cutadapt.xml Mon Oct 06 14:01:06 2014 -0400 +++ b/cutadapt.xml Tue May 26 16:02:19 2015 -0400 @@ -3,6 +3,13 @@ cutadapt + + + + + + + cutadapt --version cutadapt @@ -121,6 +128,7 @@ > $report + @@ -128,6 +136,7 @@ + @@ -255,70 +264,55 @@ - - + + (paired_end['paired_end_boolean'] is True) - + (output_params['output_type'] == "additional") (output_params['rest_file'] is True) - + (output_params['output_type'] == "additional") (output_params['wildcard_file'] is True) - + (output_params['output_type'] == "additional") (output_params['too_short_file'] is True) - + (output_params['output_type'] == "additional") (output_params['too_long_file'] is True) - + (output_params['output_type'] == "additional") (output_params['untrimmed_file'] is True) - + (paired_end['paired_end_boolean'] is True) (output_params['output_type'] == "additional") (output_params['untrimmed_file'] is True) - + (output_params['output_type'] == "additional") (output_params['info_file'] is True) - - - - - - - - - - - @@ -469,4 +458,26 @@ .. _cutadapt: http://code.google.com/p/cutadapt/ + + +@article{marcel_cutadapt_2011, + title = {Cutadapt removes adapter sequences from high-throughput sequencing reads}, + volume = {17}, + copyright = {Authors who publish with this journal agree to the following terms: Authors retain copyright and grant the journal right of first publication with the work simultaneously licensed under a Creative Commons Attribution License that allows others to share the work with an acknowledgement of the work's authorship and initial publication in this journal. Authors are able to enter into separate, additional contractual arrangements for the non-exclusive distribution of the journal's published version of the work (e.g., post it to an institutional repository or publish it in a book), with an acknowledgement of its initial publication in this journal. Authors are permitted and encouraged to post their work online (e.g., in institutional repositories or on their website) prior to and during the submission process, as it can lead to productive exchanges, as well as earlier and greater citation of published work (See The Effect of Open Access ).}, + url = {http://journal.embnet.org/index.php/embnetjournal/article/view/200}, + abstract = {When small RNA is sequenced on current sequencing machines, the resulting reads are usually longer than the RNA and therefore contain parts of the 3' adapter. That adapter must be found and removed error-tolerantly from each read before read mapping. Previous solutions are either hard to use or do not offer required features, in particular support for color space data. As an easy to use alternative, we developed the command-line tool cutadapt, which supports 454, Illumina and SOLiD (color space) data, offers two adapter trimming algorithms, and has other useful features. + +Cutadapt, including its MIT-licensed source code, is available for download at http://code.google.com/p/cutadapt/}, + number = {1}, + urldate = {2011-08-02}, + journal = {EMBnet.journal}, + author = {Marcel, Martin}, + year = {2011}, + note = {When small RNA is sequenced on current sequencing machines, the resulting reads are usually longer than the RNA and therefore contain parts of the 3' adapter. That adapter must be found and removed error-tolerantly from each read before read mapping. Previous solutions are either hard to use or do not offer required features, in particular support for color space data. As an easy to use alternative, we developed the command-line tool cutadapt, which supports 454, Illumina and SOLiD (color space) data, offers two adapter trimming algorithms, and has other useful features. Cutadapt, including its MIT-licensed source code, is available for download at http://code.google.com/p/cutadapt/}, + keywords = {Adapter removal;, fastq, MicroRNA, Sequencing, Small RNA, software}, + file = {Cutadapt removes adapter sequences from high-throughput sequencing reads | Martin | EMBnet.journal:/Users/lparsons/Library/Application Support/Firefox/Profiles/thd2t4je.default/zotero/storage/ZXZT4PSE/200.html:text/html} +} + + + diff -r 93d58ffe39f1 -r 01d94df2e32a test-data/cutadapt_rest2.out --- a/test-data/cutadapt_rest2.out Mon Oct 06 14:01:06 2014 -0400 +++ b/test-data/cutadapt_rest2.out Tue May 26 16:02:19 2015 -0400 @@ -1,4 +1,4 @@ -REST1 -RESTING -RESTLESS -RESTORE +REST1 read1 +RESTING read2 +RESTLESS read4 +RESTORE read5