# HG changeset patch # User iuc # Date 1767952627 0 # Node ID bb8409cb30058c8f690a8d5c9971fd168cd6d450 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ngsderive commit 431830f24865316ab81526f053c171abf9f09529 diff -r 000000000000 -r bb8409cb3005 ngsderive_strandedness.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ngsderive_strandedness.xml Fri Jan 09 09:57:07 2026 +0000 @@ -0,0 +1,140 @@ + + infers strandedness from RNA-seq BAM files + + 4.0.0 + 0 + + + ngsderive + + '${output}' + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + `_. + ]]> + + +@software{ngsderive, + author = {{St. Jude Cloud Team}}, + title = {ngsderive: Forensic analysis tool for NGS data}, + url = {https://github.com/stjudecloud/ngsderive}, + year = {2020} +} + + + diff -r 000000000000 -r bb8409cb3005 test-data/forward_stranded.bam Binary file test-data/forward_stranded.bam has changed diff -r 000000000000 -r bb8409cb3005 test-data/reverse_stranded.bam Binary file test-data/reverse_stranded.bam has changed diff -r 000000000000 -r bb8409cb3005 test-data/strandedness_test.gtf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/strandedness_test.gtf Fri Jan 09 09:57:07 2026 +0000 @@ -0,0 +1,18 @@ +chr1 test gene 1000 2000 . + . gene_id "GENE_PLUS_1"; gene_name "GENE_PLUS_1"; +chr1 test transcript 1000 2000 . + . gene_id "GENE_PLUS_1"; transcript_id "GENE_PLUS_1.1"; +chr1 test exon 1000 2000 . + . gene_id "GENE_PLUS_1"; transcript_id "GENE_PLUS_1.1"; exon_number "1"; +chr1 test gene 3000 4000 . - . gene_id "GENE_MINUS_1"; gene_name "GENE_MINUS_1"; +chr1 test transcript 3000 4000 . - . gene_id "GENE_MINUS_1"; transcript_id "GENE_MINUS_1.1"; +chr1 test exon 3000 4000 . - . gene_id "GENE_MINUS_1"; transcript_id "GENE_MINUS_1.1"; exon_number "1"; +chr1 test gene 5000 6000 . + . gene_id "GENE_PLUS_2"; gene_name "GENE_PLUS_2"; +chr1 test transcript 5000 6000 . + . gene_id "GENE_PLUS_2"; transcript_id "GENE_PLUS_2.1"; +chr1 test exon 5000 6000 . + . gene_id "GENE_PLUS_2"; transcript_id "GENE_PLUS_2.1"; exon_number "1"; +chr1 test gene 7000 8000 . - . gene_id "GENE_MINUS_2"; gene_name "GENE_MINUS_2"; +chr1 test transcript 7000 8000 . - . gene_id "GENE_MINUS_2"; transcript_id "GENE_MINUS_2.1"; +chr1 test exon 7000 8000 . - . gene_id "GENE_MINUS_2"; transcript_id "GENE_MINUS_2.1"; exon_number "1"; +chr1 test gene 9000 10000 . + . gene_id "GENE_PLUS_3"; gene_name "GENE_PLUS_3"; +chr1 test transcript 9000 10000 . + . gene_id "GENE_PLUS_3"; transcript_id "GENE_PLUS_3.1"; +chr1 test exon 9000 10000 . + . gene_id "GENE_PLUS_3"; transcript_id "GENE_PLUS_3.1"; exon_number "1"; +chr1 test gene 11000 12000 . - . gene_id "GENE_MINUS_3"; gene_name "GENE_MINUS_3"; +chr1 test transcript 11000 12000 . - . gene_id "GENE_MINUS_3"; transcript_id "GENE_MINUS_3.1"; +chr1 test exon 11000 12000 . - . gene_id "GENE_MINUS_3"; transcript_id "GENE_MINUS_3.1"; exon_number "1"; diff -r 000000000000 -r bb8409cb3005 test-data/strandedness_test.gtf.gz Binary file test-data/strandedness_test.gtf.gz has changed diff -r 000000000000 -r bb8409cb3005 test-data/unstranded.bam Binary file test-data/unstranded.bam has changed