# HG changeset patch # User iuc # Date 1532442217 14400 # Node ID dd4df992d93da29e67cdea8ade5b578d70bdc766 # Parent eafd5dc95228e42e6f5ec5b2ce3c978169e4fabb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit a834a41c94d184df80e45ffa2339723826a075b1 diff -r eafd5dc95228 -r dd4df992d93d macros.xml --- a/macros.xml Fri May 04 08:37:37 2018 -0400 +++ b/macros.xml Tue Jul 24 10:23:37 2018 -0400 @@ -1,8 +1,9 @@ + 1.3.4 - stringtie - samtools + stringtie + samtools diff -r eafd5dc95228 -r dd4df992d93d stringtie.xml --- a/stringtie.xml Fri May 04 08:37:37 2018 -0400 +++ b/stringtie.xml Tue Jul 24 10:23:37 2018 -0400 @@ -1,4 +1,4 @@ - + transcript assembly and quantification macros.xml @@ -95,12 +95,11 @@ ## Replace commas with tabs && sed -i.bak -e "s/,/\${TAB}/g" -e "s/\${CR}//g" gene_counts.csv transcript_counts.csv - #if $guide.special_outputs.keep_header: - && - head -n 1 gene_counts.csv | sed -e 's/sample1/$escaped_element_identifier/' > '$gene_counts' - && - head -n 1 transcript_counts.csv | sed -e 's/sample1/$escaped_element_identifier/' > '$transcript_counts' - #end if + ## Output header + && + head -n 1 gene_counts.csv | sed -e 's/sample1/$escaped_element_identifier/' > '$gene_counts' + && + head -n 1 transcript_counts.csv | sed -e 's/sample1/$escaped_element_identifier/' > '$transcript_counts' ## Sort count files on the first column && tail -n +2 gene_counts.csv | sort -t"\${TAB}" -k1,1 >> '$gene_counts' @@ -145,7 +144,7 @@ - + @@ -162,7 +161,6 @@ - @@ -230,13 +228,13 @@ - + - + @@ -244,7 +242,7 @@ - + @@ -253,7 +251,7 @@ - + @@ -268,7 +266,7 @@ - + @@ -284,24 +282,7 @@ - - - - - - - - - - - - - - - - - - + @@ -312,7 +293,7 @@ - + @@ -322,7 +303,7 @@ - + @@ -330,7 +311,7 @@ - + + transcripts macros.xml @@ -40,12 +40,12 @@ - + - + diff -r eafd5dc95228 -r dd4df992d93d test-data/gene_counts_deseq2.tsv --- a/test-data/gene_counts_deseq2.tsv Fri May 04 08:37:37 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -CUFF.1 182 diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_merge_out1.gtf --- a/test-data/stringtie_merge_out1.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_merge_out1.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie --merge -p 1 -G /tmp/tmpJfKWNy/files/000/dataset_42.dat -m 50 -c 0 -F 1.0 -T 1.0 -f 0.01 -g 250 -o /tmp/tmpJfKWNy/files/000/dataset_43.dat /tmp/tmpJfKWNy/files/000/dataset_38.dat /tmp/tmpJfKWNy/files/000/dataset_39.dat /tmp/tmpJfKWNy/files/000/dataset_40.dat /tmp/tmpJfKWNy/files/000/dataset_41.dat -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "MSTRG.1"; transcript_id "CUFF.1.1"; ref_gene_id "CUFF.1"; test_chromosome StringTie exon 53 250 1000 + . gene_id "MSTRG.1"; transcript_id "CUFF.1.1"; exon_number "1"; ref_gene_id "CUFF.1"; test_chromosome StringTie exon 351 400 1000 + . gene_id "MSTRG.1"; transcript_id "CUFF.1.1"; exon_number "2"; ref_gene_id "CUFF.1"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_merge_out2.gtf --- a/test-data/stringtie_merge_out2.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_merge_out2.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie --merge -p 1 -G /tmp/tmpJfKWNy/files/000/dataset_46.dat -m 50 -c 0 -F 1.0 -T 1.0 -f 0.01 -g 250 -o /tmp/tmpJfKWNy/files/000/dataset_47.dat /tmp/tmpJfKWNy/files/000/dataset_44.dat /tmp/tmpJfKWNy/files/000/dataset_45.dat -# StringTie version 1.3.3 +# StringTie version 1.3.4d chr1 StringTie transcript 3189811 3193042 1000 . . gene_id "MSTRG.1"; transcript_id "MSTRG.1.1"; chr1 StringTie exon 3189811 3193042 1000 . . gene_id "MSTRG.1"; transcript_id "MSTRG.1.1"; exon_number "1"; chr1 StringTie transcript 3200023 3200191 1000 . . gene_id "MSTRG.2"; transcript_id "MSTRG.2.1"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_out1.gtf --- a/test-data/stringtie_out1.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_out1.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie /tmp/tmpJfKWNy/files/000/dataset_1.dat -o /tmp/tmpJfKWNy/files/000/dataset_2.dat -p 1 -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; cov "44.060520"; FPKM "3227877.000000"; TPM "962189.250000"; test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; cov "48.012157"; test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; cov "51.382565"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_out2.gtf --- a/test-data/stringtie_out2.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_out2.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie /tmp/tmpJfKWNy/files/000/dataset_3.dat -o /tmp/tmpJfKWNy/files/000/dataset_4.dat -p 1 -l STRG -f 0.17 -m 200 -a 10 -j 1 -c 2 -g 50 -M 0.95 -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; cov "44.060520"; FPKM "3227877.000000"; TPM "962189.250000"; test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; cov "48.012157"; test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; cov "51.382565"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_out3.gtf --- a/test-data/stringtie_out3.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_out3.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie /tmp/tmpJfKWNy/files/000/dataset_5.dat -o /tmp/tmpJfKWNy/files/000/dataset_7.dat -p 1 -C /tmp/tmpJfKWNy/files/000/dataset_8.dat -G /tmp/tmpJfKWNy/files/000/dataset_6.dat -b ./special_de_output/sample1/ -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "44.070122"; FPKM "3228580.250000"; TPM "962398.937500"; test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "48.005386"; test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "51.452003"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_out4.gtf --- a/test-data/stringtie_out4.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_out4.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie /tmp/tmpJfKWNy/files/000/dataset_28.dat -o /tmp/tmpJfKWNy/files/000/dataset_30.dat -p 1 -C /tmp/tmpJfKWNy/files/000/dataset_32.dat -G /tmp/tmpJfKWNy/files/000/dataset_29.dat -b ./special_de_output/sample1/ -l STRG -f 0.17 -m 200 -a 10 -j 1 -c 2 -g 50 -M 0.95 -A /tmp/tmpJfKWNy/files/000/dataset_31.dat -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "44.070122"; FPKM "3228580.250000"; TPM "962398.937500"; test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "48.005386"; test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "51.452003"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_out5.gtf --- a/test-data/stringtie_out5.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_out5.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie /tmp/tmpJfKWNy/files/000/dataset_13.dat -o /tmp/tmpJfKWNy/files/000/dataset_15.dat -p 1 -C /tmp/tmpJfKWNy/files/000/dataset_16.dat -G /tmp/tmpJfKWNy/files/000/dataset_14.dat -b ./special_de_output/sample1/ -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "44.070122"; FPKM "3228580.250000"; TPM "962398.937500"; test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "48.005386"; test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "51.452003"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_out6.gtf --- a/test-data/stringtie_out6.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_out6.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie /tmp/tmpSoPTYX/files/000/dataset_1.dat -o /tmp/tmpSoPTYX/files/000/dataset_3.dat -p 1 -G guide.gff -C /tmp/tmpSoPTYX/files/000/dataset_4.dat -e -b ./special_de_output/sample1/ -f 0.15 -m 200 -a 10 -j 1 -c 2 -g 50 -M 0.95 -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "CUFF.1"; transcript_id "CUFF.1.1"; cov "45.795296"; FPKM "3354966.750000"; TPM "1000000.000000"; test_chromosome StringTie exon 53 250 1000 + . gene_id "CUFF.1"; transcript_id "CUFF.1.1"; exon_number "1"; cov "49.777779"; test_chromosome StringTie exon 351 400 1000 + . gene_id "CUFF.1"; transcript_id "CUFF.1.1"; exon_number "2"; cov "54.160004"; diff -r eafd5dc95228 -r dd4df992d93d test-data/stringtie_out8.gtf --- a/test-data/stringtie_out8.gtf Fri May 04 08:37:37 2018 -0400 +++ b/test-data/stringtie_out8.gtf Tue Jul 24 10:23:37 2018 -0400 @@ -1,5 +1,5 @@ # stringtie /tmp/tmpJfKWNy/files/000/dataset_34.dat -o /tmp/tmpJfKWNy/files/000/dataset_36.dat -p 1 -C /tmp/tmpJfKWNy/files/000/dataset_37.dat -G /tmp/tmpJfKWNy/files/000/dataset_35.dat -b ./special_de_output/sample1/ -l STRG -f 0.15 -m 200 -a 10 -j 1 -c 2 -g 50 -M 0.95 -# StringTie version 1.3.3 +# StringTie version 1.3.4d test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "44.070122"; FPKM "3228580.250000"; TPM "962398.937500"; test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "48.005386"; test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; reference_id "CUFF.1.1"; ref_gene_id "CUFF.1"; cov "51.452003"; diff -r eafd5dc95228 -r dd4df992d93d test-data/transcript_counts_deseq2.tsv --- a/test-data/transcript_counts_deseq2.tsv Fri May 04 08:37:37 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -CUFF.1.1 182