# HG changeset patch # User bgruening # Date 1478097036 14400 # Node ID 1b4ed566a41c06face1be50fcaabb7751c90383b # Parent 03c74355227f2f8eab5e2a0913a072c04e40913c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sailfish commit 03edb751808fef8bce744ebcbad5661a32373211 diff -r 03c74355227f -r 1b4ed566a41c README.rst --- a/README.rst Sun Sep 18 06:05:57 2016 -0400 +++ b/README.rst Wed Nov 02 10:30:36 2016 -0400 @@ -1,11 +1,10 @@ Galaxy wrappers for sailfish ===================================== -These wrappers are copyright 2014 by Björn Grüning and additional contributors. +These wrappers are copyright 2014 by Björn Grüning, Mhd Ramez Alrawas and additional contributors. All rights reserved. See the licence text below. -Currently tested with sailfish 0.6.3. - +Currently tested with sailfish 0.10.1 Automated Installation ====================== @@ -20,7 +19,8 @@ Version Changes -------- ---------------------------------------------------------------------- v0.6.3.0 - First release - +-------- ---------------------------------------------------------------------- +v0.10.1 - Second release ======== ====================================================================== diff -r 03c74355227f -r 1b4ed566a41c sailfish.tar.bz2 Binary file sailfish.tar.bz2 has changed diff -r 03c74355227f -r 1b4ed566a41c sailfish.xml --- a/sailfish.xml Sun Sep 18 06:05:57 2016 -0400 +++ b/sailfish.xml Wed Nov 02 10:30:36 2016 -0400 @@ -1,9 +1,5 @@ - + transcript quantification from RNA-seq data - - sailfish - boost - @@ -13,6 +9,9 @@ + + sailfish + @@ -23,7 +22,6 @@ sailfish -version @@ -118,7 +124,7 @@ - + + label="Perform sequence-specific bias correction" help=""/> + + + + + + + + + + + help="If single end reads are being used for quantification, or there are an insufficient number of uniquely + mapping reads when performing paired-end quantification + to estimate the empirical fragment length distribution, then use this value to calculate effective lengths."/> + help="The standard deviation used in the fragment length distribution for single-end quantification or + when an empirical distribution cannot be learned."/> + label="Use Variational Bayesian EM algorithm for optimization" help="Use Variational Bayesian EM algorithm rather + than the traditional EM angorithm for optimization"/> - + + label="Use the un-smoothed approach to effective length correction" help="This traditional approach works by convolving the FLD with the + characteristic function over each transcript."/> - + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - biasCorrect is True - - - geneMap is True + + + geneMap @@ -200,15 +268,33 @@ - + - + + + + + + + + + + + + + + + + + + + + - - - + ]]> + + 10.1038/nbt.2862 + diff -r 03c74355227f -r 1b4ed566a41c test-data/gene_map.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/gene_map.tab Wed Nov 02 10:30:36 2016 -0400 @@ -0,0 +1,3 @@ +NM_174914 foo +NM_001168316 bar +NR_003084 baz diff -r 03c74355227f -r 1b4ed566a41c test-data/sailfish_bias_result1.tab --- a/test-data/sailfish_bias_result1.tab Sun Sep 18 06:05:57 2016 -0400 +++ b/test-data/sailfish_bias_result1.tab Wed Nov 02 10:30:36 2016 -0400 @@ -1,32 +1,16 @@ -# sailfish (quasi-mapping-based) v0.7.6 -# [ program ] => sailfish -# [ command ] => quant -# [ index ] => { ./index_dir } -# [ mates1 ] => { ./mate1.fastq } -# [ mates2 ] => { ./mate2.fastq } -# [ libType ] => { IU } -# [ output ] => { ./ } -# [ biasCorrect ] => { } -# [ threads ] => { 1 } -# [ fldMean ] => { 200 } -# [ fldSD ] => { 80 } -# [ maxReadOcc ] => { 200 } -# [ maxFragLen ] => { 1000 } -# [ txpAggregationKey ] => { gene_id } -# [ mapping rate ] => { 100% } -# Name Length TPM NumReads -NM_022658 2288 378838 4881 -NM_174914 2385 111257 1500.04 -NM_017410 2396 3099.5 42 -NM_018953 1612 26168.3 228 -NM_001168316 2283 12398.5 159.361 -NM_004503 1681 36198.8 330.806 -NR_003084 1640 0 0 -NM_173860 849 240218 962 -NM_006897 1541 80244.3 664 -NM_153693 2072 6430.57 74.2815 -NR_031764 1853 10254.5 104.595 -NM_014620 2300 45132.7 584.838 -NM_153633 1666 40578.4 367.074 -NM_014212 2037 4852.08 55 -NM_017409 1959 4330.19 47 +Name Length EffectiveLength TPM NumReads +NM_001168316 2283 1528.95 12702.4 158.926 +NM_174914 2385 1599.63 114719 1501.66 +NR_031764 1853 1214.33 10407.1 103.415 +NM_004503 1681 1085.83 37300.1 331.428 +NM_006897 1541 984.724 82401.9 664 +NM_014212 2037 1316.12 5106.81 55 +NM_014620 2300 1541.27 46908.6 591.628 +NM_017409 1959 1273.24 4510.99 47 +NM_017410 2396 1562.29 3285.28 42 +NM_018953 1612 1019.15 27338 227.994 +NM_022658 2288 1634.87 364846 4881 +NM_153633 1666 1082.85 40694.7 360.597 +NM_153693 2072 1374.67 6520.1 73.3448 +NM_173860 849 483.271 243258 962 +NR_003084 1640 1052.77 1.09566 0.00943897 diff -r 03c74355227f -r 1b4ed566a41c test-data/sailfish_genMap_result1.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/sailfish_genMap_result1.tab Wed Nov 02 10:30:36 2016 -0400 @@ -0,0 +1,5 @@ +Name Length EffectiveLength TPM NumReads +baz 1640 1052.77 1.09566 0.00943897 +NR_031764 1853 1214.33 10407.1 103.415 +foo 348.949 235.269 976889 9737.65 +bar 2283 1528.95 12702.4 158.926 diff -r 03c74355227f -r 1b4ed566a41c test-data/sailfish_quant_result1.tab --- a/test-data/sailfish_quant_result1.tab Sun Sep 18 06:05:57 2016 -0400 +++ b/test-data/sailfish_quant_result1.tab Wed Nov 02 10:30:36 2016 -0400 @@ -1,32 +1,16 @@ -# sailfish (quasi-mapping-based) v0.7.6 -# [ program ] => sailfish -# [ command ] => quant -# [ index ] => { ./index_dir } -# [ mates1 ] => { ./mate1.fastq } -# [ mates2 ] => { ./mate2.fastq } -# [ libType ] => { IU } -# [ output ] => { ./ } -# [ biasCorrect ] => { } -# [ threads ] => { 1 } -# [ fldMean ] => { 200 } -# [ fldSD ] => { 80 } -# [ maxReadOcc ] => { 200 } -# [ maxFragLen ] => { 1000 } -# [ txpAggregationKey ] => { gene_id } -# [ mapping rate ] => { 100% } -# Name Length TPM NumReads -NM_001168316 2283 12398.5 159.361 -NM_174914 2385 111257 1500.04 -NR_031764 1853 10254.5 104.595 -NM_004503 1681 36198.8 330.806 -NM_006897 1541 80244.3 664 -NM_014212 2037 4852.08 55 -NM_014620 2300 45132.7 584.838 -NM_017409 1959 4330.19 47 -NM_017410 2396 3099.5 42 -NM_018953 1612 26168.3 228 -NM_022658 2288 378838 4881 -NM_153633 1666 40578.4 367.074 -NM_153693 2072 6430.57 74.2815 -NM_173860 849 240218 962 -NR_003084 1640 0 0 +Name Length EffectiveLength TPM NumReads +NM_001168316 2283 2082.61 12552.5 161.366 +NM_174914 2385 2184.61 111020 1497.1 +NR_031764 1853 1652.61 10345.6 105.535 +NM_004503 1681 1480.61 36162.7 330.503 +NM_006897 1541 1340.61 80240.2 664 +NM_014212 2037 1836.61 4851.45 55 +NM_014620 2300 2099.61 45082 584.273 +NM_017409 1959 1758.61 4329.67 47 +NM_017410 2396 2195.61 3098.99 42 +NM_018953 1612 1411.61 26165.8 227.994 +NM_022658 2288 2087.61 378779 4881 +NM_153633 1666 1465.61 40626.6 367.539 +NM_153693 2072 1871.61 6464.46 74.683 +NM_173860 849 648.611 240280 962 +NR_003084 1640 1439.61 1.04309 0.00926914