-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the Stringtie tool and test dataset (#5981)
* Updating tools/stringtie from version 2.2.1 to 2.2.2 * Updated tool version and test dataset * Minor changes * Updated test params --------- Co-authored-by: planemo-autoupdate <[email protected]>
- Loading branch information
1 parent
b8bc892
commit 252f4cc
Showing
16 changed files
with
335 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# StringTie version 2\.2\.1 | ||
# stringtie --merge -p [0-9]+ -G /[-_/a-zA-Z0-9]+\.dat -m 50 -c 0 -F 1\.0 -T 1\.0 -f 0\.01 -g 250 -o /[-_/a-zA-Z0-9]+\.dat /[-_/a-zA-Z0-9]+\.dat /[-_/a-zA-Z0-9]+\.dat /[-_/a-zA-Z0-9]+\.dat /[-_/a-zA-Z0-9]+\.dat | ||
test_chromosome\tStringTie\texon\t351\t400\t1000\t\+\t\.\tgene_id "MSTRG\.[0-9]+"; transcript_id "CUFF\.[0-9]+\.1"; exon_number "[0-9]+"; ref_gene_id "CUFF\.[0-9]+"; | ||
test_chromosome\tStringTie\texon\t501\t550\t1000\t\+\t\.\tgene_id "MSTRG\.[0-9]+"; transcript_id "CUFF\.[0-9]+\.1"; exon_number "[0-9]+"; ref_gene_id "CUFF\.[0-9]+"; | ||
test_chromosome\tStringTie\texon\t53\t250\t1000\t\+\t\.\tgene_id "MSTRG\.[0-9]+"; transcript_id "CUFF\.[0-9]+\.1"; exon_number "[0-9]+"; ref_gene_id "CUFF\.[0-9]+"; | ||
test_chromosome\tStringTie\ttranscript\t53\t550\t1000\t\+\t\.\tgene_id "MSTRG\.[0-9]+"; transcript_id "CUFF\.[0-9]+\.1"; ref_gene_id "CUFF\.[0-9]+"; | ||
# 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 | ||
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"; | ||
test_chromosome StringTie exon 501 550 1000 + . gene_id "MSTRG.1"; transcript_id "CUFF.1.1"; exon_number "3"; ref_gene_id "CUFF.1"; |
Oops, something went wrong.