# HG changeset patch # User jeanfred # Date 1367335035 14400 # Node ID 9809be9b7567b9af69dc9610130ddbb3d91bfc19 # Parent 5048c53a90f470d0b4f3234660837f412150d983 Uploaded diff -r 5048c53a90f4 -r 9809be9b7567 merge_paired_reads.xml --- a/merge_paired_reads.xml Wed Apr 10 10:25:15 2013 -0400 +++ b/merge_paired_reads.xml Tue Apr 30 11:17:15 2013 -0400 @@ -3,7 +3,7 @@ sortmerna Merges two fastq paired-reads files into one file. - + merge-paired-reads.sh $input_reads1 $input_reads2 output_file.txt @@ -32,6 +32,7 @@ Merges two fastq paired-reads files into one file. To run merge-paired-reads:: - bash merge-paired-reads.sh file1.fastq file2.fastq outputfile.fastq + + bash merge-paired-reads.sh file1.fastq file2.fastq outputfile.fastq \ No newline at end of file diff -r 5048c53a90f4 -r 9809be9b7567 sortmerna_wrapper.xml --- a/sortmerna_wrapper.xml Wed Apr 10 10:25:15 2013 -0400 +++ b/sortmerna_wrapper.xml Tue Apr 30 11:17:15 2013 -0400 @@ -1,3 +1,4 @@ + sortmerna @@ -5,11 +6,16 @@ Fast and accurate filtering of ribosomal RNAs in metatranscriptomic data sortmerna_wrapper.py - --sortmerna " -$read_family $input_reads $strand_search -$sequencing_type +#if str( $read_family.read_family_selector ) == 'other': + --I $input_reads -r $read_family.ratio_parameter +#else: + $read_family.read_family_selector $input_reads +#end if +#if str( $sequencing_type.sequencing_type_selector ) == 'paired': + $sequencing_type.paired_type +#end if #if $outputs_selected: #if 'accept' in $outputs_selected.value: @@ -36,22 +42,42 @@ #end if - - - - - + + + + + + + + + + + - - - - - + + + + + + + + + + + + @@ -83,8 +109,7 @@ - + @@ -131,15 +156,15 @@ - + - + + - @@ -180,6 +205,8 @@ The output will follow the same format (FASTA or FASTQ) as the reads. +In the standalone version of SortMeRNA, the user may output the matching reads in a separate file per database (--bydbs option). This option will be made available in a future version of Galaxy. + ------ **rRNA databases** @@ -230,6 +257,8 @@ **SortMeRNA parameter list** +The standalone, command-line version of SortMeRNA uses the following parameters. + For indexing (buildtrie): This program builds a Burst trie on an input rRNA database file in fasta format @@ -310,5 +339,16 @@ --version version number +------ + +**Bibliography** + +[1] Quast C, Pruesse E, Yilmaz P, Gerken J, Schweer T, Yarza P, Peplies J, Glöckner FO (2013) The SILVA ribosomal RNA gene database project: improved data processing and web-based tools, Nucleic Acids Research, 41 (D1): D590-D596. + +[2] Rfam 11.0: 10 years of RNA families. S.W. Burge, J. Daub, R. Eberhardt, J. Tate, L. Barquist, E.P. Nawrocki, S.R. Eddy, P.P. Gardner, A. Bateman. Nucleic Acids Research (2012), doi: 10.1093/nar/gks1005 + +[3] Edgar, R.C. (2010) Search and clustering orders of magnitude faster than BLAST, Bioinformatics 26(19), 2460-2461, doi: 10.1093/bioinformatics/btq461 + +[4] Loman, N. J. and Misra, Raju V and Dallman, Timothy J and Constantinidou, Chrystala and Gharbia, Saheer E and Wain, John and Pallen, Mark J., Performance comparison of benchtop high-throughput sequencing platforms (2012), Nature Biotechnology, 30 (5). pp. 434-439