Skip to content

Commit

Permalink
Merge pull request galaxyproject#6006 from SaimMomin12/tools/stringtie
Browse files Browse the repository at this point in the history
Updated stringtie version and test data
  • Loading branch information
nsoranzo authored May 13, 2024
2 parents 7c23f32 + 7905b3e commit 8dc7b89
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion tools/stringtie/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">2.2.2</token>
<token name="@TOOL_VERSION@">2.2.3</token>
<token name="@VERSION_SUFFIX@">0</token>
<xml name="requirements">
<requirements>
Expand Down
28 changes: 14 additions & 14 deletions tools/stringtie/stringtie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ $adv.multi_mapping
<param name="input_mode" value="short_reads"/>
<param name="input_bam" ftype="bam" value="stringtie_in1.bam"/>
</conditional>
<output name="output_gtf" file="stringtie_out1_re.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out1_re.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!--Ensure fraction option works -->
<test expect_num_outputs="1">
Expand All @@ -287,7 +287,7 @@ $adv.multi_mapping
<param name="input_bam" ftype="bam" value="stringtie_in1.bam"/>
</conditional>
<param name="fraction" value="0.17"/>
<output name="output_gtf" file="stringtie_out2_re.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out2_re.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!--Ensure guide option works -->
<test expect_num_outputs="1">
Expand All @@ -298,7 +298,7 @@ $adv.multi_mapping
<param name="use_guide" value="yes"/>
<param name="guide_gff_select" value="history"/>
<param name="ref_hist" ftype="gtf" value="stringtie_in.gtf" />
<output name="output_gtf" file="stringtie_out3_re.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out3_re.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!--Ensure guide with fraction works -->
<test expect_num_outputs="1">
Expand All @@ -310,7 +310,7 @@ $adv.multi_mapping
<param name="guide_gff_select" value="history"/>
<param name="ref_hist" ftype="gtf" value="stringtie_in.gtf"/>
<param name="fraction" value="0.17"/>
<output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!--Ensure coverage and output for Ballgown works -->
<test expect_num_outputs="7">
Expand All @@ -328,8 +328,8 @@ $adv.multi_mapping
<output name="transcript_expression" file="./ballgown/t_data.ctab" ftype="tabular"/>
<output name="exon_transcript_mapping" file="./ballgown/e2t.ctab" ftype="tabular"/>
<output name="intron_transcript_mapping" file="./ballgown/i2t.ctab" ftype="tabular"/>
<output name="output_gtf" file="stringtie_out5.gtf" ftype="gtf" lines_diff="2"/>
<output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out5.gtf" ftype="gtf" lines_diff="4"/>
<output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!--Ensure output for edgeR works -->
<test expect_num_outputs="5">
Expand All @@ -347,8 +347,8 @@ $adv.multi_mapping
<output name="gene_counts" file="gene_counts_edger.tsv" ftype="tabular"/>
<output name="transcript_counts" file="transcript_counts_edger.tsv" ftype="tabular"/>
<output name="legend" file="legend.tsv" ftype="tabular"/>
<output name="output_gtf" file="stringtie_out6.gtf" ftype="gtf" lines_diff="2"/>
<output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out6.gtf" ftype="gtf" lines_diff="4"/>
<output name="coverage" file="stringtie_out_coverage.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!--Ensure gene abundances output works -->
<test expect_num_outputs="2">
Expand All @@ -361,8 +361,8 @@ $adv.multi_mapping
<param name="ref_hist" ftype="gtf" value="stringtie_in.gtf"/>
<param name="fraction" value="0.17"/>
<param name="abundance_estimation" value="true"/>
<output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="2"/>
<output name="gene_abundance_estimation" file="stringtie_out7.tsv" ftype="tabular" lines_diff="2" />
<output name="output_gtf" file="stringtie_out4_re.gtf" ftype="gtf" lines_diff="4"/>
<output name="gene_abundance_estimation" file="stringtie_out7.tsv" ftype="tabular" lines_diff="4" />
</test>
<!--Ensure another fraction value works -->
<test expect_num_outputs="1">
Expand All @@ -374,7 +374,7 @@ $adv.multi_mapping
<param name="guide_gff_select" value="history"/>
<param name="ref_hist" ftype="gtf" value="stringtie_in.gtf"/>
<param name="fraction" value="0.15"/>
<output name="output_gtf" file="stringtie_out8.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out8.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!--Ensure built-in GTFs work -->
<test expect_num_outputs="1">
Expand All @@ -385,7 +385,7 @@ $adv.multi_mapping
<param name="use_guide" value="yes"/>
<param name="guide_gff_select" value="cached"/>
<param name="fraction" value="0.15"/>
<output name="output_gtf" file="stringtie_out9.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out9.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!-- Test long reads input -->
<test expect_num_outputs="1">
Expand All @@ -396,7 +396,7 @@ $adv.multi_mapping
<param name="use_guide" value="yes"/>
<param name="guide_gff_select" value="cached"/>
<param name="fraction" value="0.15"/>
<output name="output_gtf" file="stringtie_out10.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out10.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!-- Test error splice option -->
<test expect_num_outputs="1">
Expand All @@ -408,7 +408,7 @@ $adv.multi_mapping
<param name="use_guide" value="yes"/>
<param name="guide_gff_select" value="cached"/>
<param name="fraction" value="0.15"/>
<output name="output_gtf" file="stringtie_out11.gtf" ftype="gtf" lines_diff="2"/>
<output name="output_gtf" file="stringtie_out11.gtf" ftype="gtf" lines_diff="4"/>
</test>
<!-- Test mixed reads input -->
<test expect_num_outputs="1">
Expand Down
2 changes: 1 addition & 1 deletion tools/stringtie/stringtie_merge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<test>
<param name="input_gtf" ftype="gtf" value="stringtie_out1.gtf,stringtie_out2.gtf,stringtie_out3.gtf,stringtie_out4.gtf"/>
<param name="guide_gff" ftype="gtf" value="stringtie_in.gtf"/>
<output name="out_gtf" file="stringtie_merge_out1.gtf" ftype="gtf" lines_diff="2"/>
<output name="out_gtf" file="stringtie_merge_out1.gtf" ftype="gtf" lines_diff="4"/>
</test>
<test>
<param name="input_gtf" ftype="gtf" value="stringtie_merge_in1.gtf,stringtie_merge_in2.gtf"/>
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_merge_out1.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie --merge -p 1 -G /tmp/tmpr8yl388j/files/d/8/3/dataset_d8325888-f757-4336-9e42-1101c6ec296d.dat -m 50 -c 0 -F 1.0 -T 1.0 -f 0.01 -g 250 -o /tmp/tmpr8yl388j/job_working_directory/000/6/outputs/dataset_51c0f399-1d26-44c7-a4fd-e6f8897fe843.dat /tmp/tmpr8yl388j/files/5/5/b/dataset_55be25a6-c7f0-474e-a011-bb4cd427cfa2.dat /tmp/tmpr8yl388j/files/b/2/e/dataset_b2ef2a9d-3640-4858-8424-b4a29c57164d.dat /tmp/tmpr8yl388j/files/d/9/b/dataset_d9be016a-da47-4ad1-89bd-e9781f2751db.dat /tmp/tmpr8yl388j/files/b/e/f/dataset_befee6d4-95fb-4ee9-83a4-9b1302e6a21a.dat
# StringTie version 2.2.2
# stringtie --merge -p 1 -G /tmp/tmpapg328z2/files/2/f/f/dataset_2ff25b99-2996-4dec-83a0-d6c51a43761b.dat -m 50 -c 0 -F 1.0 -T 1.0 -f 0.01 -g 250 -o /tmp/tmpapg328z2/job_working_directory/000/6/outputs/dataset_edbe5c52-579b-47c1-b320-ba0bc8412b28.dat /tmp/tmpapg328z2/files/8/8/b/dataset_88be1713-81b3-46bd-ba7f-fa6cc8afca2d.dat /tmp/tmpapg328z2/files/b/c/d/dataset_bcd50081-e47a-48e9-ad3b-772cb04956b4.dat /tmp/tmpapg328z2/files/4/f/b/dataset_4fbad666-bf26-4724-92da-1b19fe88ba76.dat /tmp/tmpapg328z2/files/1/e/a/dataset_1ea206fb-8397-4b1d-9930-3341d6597970.dat
# StringTie version 2.2.3
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";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_merge_out2.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie --merge -p 1 -G /tmp/tmpr8yl388j/files/9/2/b/dataset_92bbbdee-6cfa-4cff-bab3-0d0836475341.dat -m 50 -c 0 -F 1.0 -T 1.0 -f 0.01 -g 250 -o /tmp/tmpr8yl388j/job_working_directory/000/10/outputs/dataset_81bd1351-3b74-4332-b789-a4f53357a8fa.dat /tmp/tmpr8yl388j/files/3/c/3/dataset_3c3b1fdc-0351-48ef-a6eb-6c226751f619.dat /tmp/tmpr8yl388j/files/2/a/4/dataset_2a44d87f-131b-4587-bf25-2527d7d89964.dat
# StringTie version 2.2.2
# stringtie --merge -p 1 -G /tmp/tmpapg328z2/files/e/5/c/dataset_e5cafc26-99e9-441e-b6d7-6732d4e8ff0c.dat -m 50 -c 0 -F 1.0 -T 1.0 -f 0.01 -g 250 -o /tmp/tmpapg328z2/job_working_directory/000/10/outputs/dataset_c4d4110e-aa10-4a05-9ce8-bd76d91507a8.dat /tmp/tmpapg328z2/files/1/0/b/dataset_10b29ded-6b7b-45d4-8138-0ee6ebcbe3be.dat /tmp/tmpapg328z2/files/0/e/f/dataset_0efcd212-8978-444b-b29a-8818bb24f977.dat
# StringTie version 2.2.3
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";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out10.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/8/4/7/dataset_84719807-dfbb-42a2-b1db-377469c94d05.dat -L -E 25 -o /tmp/tmpm2qmdax_/job_working_directory/000/26/outputs/dataset_4dfedf5d-98a8-4b6a-8f7d-1b6c2116bbd4.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.15 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/b/d/d/dataset_bdd549e2-f61f-41c5-8f58-c2c5a9fd4532.dat -L -E 25 -o /tmp/tmp0_r_zs0r/job_working_directory/000/26/outputs/dataset_deef7f55-a366-4d3e-b564-a787edc0e424.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.15 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.3
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 "45.795303"; FPKM "3354967.250000"; TPM "1000000.000000";
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 "49.777779";
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 "54.160000";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out11.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/c/e/f/dataset_cefc5152-4ac0-4e7e-9223-1b55c7b7ac85.dat -L -E 30 -o /tmp/tmpm2qmdax_/job_working_directory/000/28/outputs/dataset_5597b8ed-94cb-4345-9b86-8ad715fbe328.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.15 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/4/d/0/dataset_4d035599-e7f2-46dd-81bc-b3b05b7deddb.dat -L -E 30 -o /tmp/tmp0_r_zs0r/job_working_directory/000/28/outputs/dataset_0f86a5b1-39e9-428b-9707-403ec325a6d1.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.15 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.3
chr19 StringTie transcript 567221 571736 1000 - . gene_id "STRG.1"; transcript_id "STRG.1.1"; cov "5.617600"; FPKM "37220.644531"; TPM "77823.132812";
chr19 StringTie exon 567221 567648 1000 - . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; cov "5.815421";
chr19 StringTie exon 571440 571596 1000 - . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; cov "5.859873";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out1_re.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/7/c/4/dataset_7c4559ac-1803-4156-86aa-a965c40579dd.dat -o /tmp/tmpm2qmdax_/job_working_directory/000/2/outputs/dataset_628e00eb-c42b-4122-af6b-138d203e2288.dat -p 1 -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/8/8/e/dataset_88e83131-016d-4ce3-b893-0f7de8d3af60.dat -o /tmp/tmp0_r_zs0r/job_working_directory/000/2/outputs/dataset_4eaceb01-9219-463e-bd84-48bb0abba00a.dat -p 1 -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.3
test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; cov "45.241611"; FPKM "3314403.750000"; TPM "1000000.000000";
test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; cov "49.237373";
test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; cov "53.000004";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out2_re.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/8/7/1/dataset_871b229a-6bb9-4fea-ad17-d71634870366.dat -o /tmp/tmpm2qmdax_/job_working_directory/000/4/outputs/dataset_3a880427-cc94-440b-974f-61adfa148f55.dat -p 1 -f 0.17 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/a/4/e/dataset_a4ee773e-4f64-4581-9722-c49a00668024.dat -o /tmp/tmp0_r_zs0r/job_working_directory/000/4/outputs/dataset_c0a74da9-51d7-4ebe-b9bb-987e8e81c263.dat -p 1 -f 0.17 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.3
test_chromosome StringTie transcript 53 550 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; cov "45.241611"; FPKM "3314403.750000"; TPM "1000000.000000";
test_chromosome StringTie exon 53 250 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "1"; cov "49.237373";
test_chromosome StringTie exon 351 400 1000 + . gene_id "STRG.1"; transcript_id "STRG.1.1"; exon_number "2"; cov "53.000004";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out3_re.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/1/9/d/dataset_19d005b0-21af-4097-ba09-dcfd47a9639d.dat -o /tmp/tmpm2qmdax_/job_working_directory/000/7/outputs/dataset_e7ff968a-b61b-4cce-900e-04fd85518371.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/9/f/f/dataset_9ffccc2e-ed5f-4cae-ada7-8dc31afedc6b.dat -o /tmp/tmp0_r_zs0r/job_working_directory/000/7/outputs/dataset_e3ac25d9-695a-438b-b79f-09ba03a56866.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.3
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 "45.241611"; FPKM "3314403.750000"; TPM "1000000.000000";
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 "49.237373";
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 "53.000004";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out4_re.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/4/2/5/dataset_42595174-c98e-47c3-80d3-4e7f41bf639a.dat -o /tmp/tmpm2qmdax_/job_working_directory/000/19/outputs/dataset_89f0738d-5fec-45ea-b655-2585a71d3d18.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.17 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0 -A /tmp/tmpm2qmdax_/job_working_directory/000/19/outputs/dataset_793b9d71-4869-4258-a6a5-1d50bd53361f.dat
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/1/4/d/dataset_14d5e119-b917-4862-b08b-d22a834135fb.dat -o /tmp/tmp0_r_zs0r/job_working_directory/000/19/outputs/dataset_1432f44a-4723-48c7-88cd-717a7e8f5918.dat -p 1 -G guide.gff -b ./special_de_output/sample1/ -f 0.17 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0 -A /tmp/tmp0_r_zs0r/job_working_directory/000/19/outputs/dataset_7975d0ad-9f63-49cc-9a87-47b0265aa260.dat
# StringTie version 2.2.3
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 "45.241611"; FPKM "3314403.750000"; TPM "1000000.000000";
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 "49.237373";
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 "53.000004";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out5.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/5/b/5/dataset_5b55cbd8-f515-46d6-b1d2-71201435248b.dat -o /tmp/tmpm2qmdax_/job_working_directory/000/13/outputs/dataset_3b84d9d9-efe9-4d58-9f34-c6d3f5da763f.dat -p 1 -G guide.gff -C /tmp/tmpm2qmdax_/job_working_directory/000/13/outputs/dataset_8fb2eb9a-4a6c-4300-9639-0a39336f7dab.dat -b ./special_de_output/sample1/ -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/d/0/d/dataset_d0dfd219-9dc5-47c7-bb3e-d0a0751c4f8f.dat -o /tmp/tmp0_r_zs0r/job_working_directory/000/13/outputs/dataset_9a98f26d-1db3-49d9-80e7-755a92d2f17d.dat -p 1 -G guide.gff -C /tmp/tmp0_r_zs0r/job_working_directory/000/13/outputs/dataset_816761de-9208-416a-b240-adb727109d43.dat -b ./special_de_output/sample1/ -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.3
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 "45.241611"; FPKM "3314403.750000"; TPM "1000000.000000";
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 "49.237373";
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 "53.000004";
Expand Down
4 changes: 2 additions & 2 deletions tools/stringtie/test-data/stringtie_out6.gtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stringtie /tmp/tmpm2qmdax_/files/5/f/e/dataset_5fe68ff0-f093-4d09-86ec-2e1a279bb301.dat -o /tmp/tmpm2qmdax_/job_working_directory/000/16/outputs/dataset_821eef87-9397-4b49-8860-910104445af9.dat -p 1 -G guide.gff -C /tmp/tmpm2qmdax_/job_working_directory/000/16/outputs/dataset_5a1ac870-b1e8-4437-8b57-211b71557c52.dat -e -b ./special_de_output/sample1/ -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.2
# stringtie /tmp/tmp0_r_zs0r/files/6/f/0/dataset_6f0a4741-c3ba-4fea-8358-8d0cb87734d2.dat -o /tmp/tmp0_r_zs0r/job_working_directory/000/16/outputs/dataset_b53ba999-250c-412b-8076-fd66d941f98f.dat -p 1 -G guide.gff -C /tmp/tmp0_r_zs0r/job_working_directory/000/16/outputs/dataset_300c6a87-4de4-46cc-87c0-47ac26c85e86.dat -e -b ./special_de_output/sample1/ -f 0.01 -m 200 -a 10 -j 1 -c 1 -g 50 -M 1.0
# StringTie version 2.2.3
test_chromosome StringTie transcript 53 550 1000 + . gene_id "CUFF.1"; transcript_id "CUFF.1.1"; cov "45.241611"; FPKM "3314403.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.237373";
test_chromosome StringTie exon 351 400 1000 + . gene_id "CUFF.1"; transcript_id "CUFF.1.1"; exon_number "2"; cov "53.000004";
Expand Down
Loading

0 comments on commit 8dc7b89

Please sign in to comment.