# HG changeset patch
# User iuc
# Date 1707609714 0
# Node ID 3e94726bfa9d2a405b3552a94091647af83065ab
# Parent 79de45b5069b21e5f7c6c5c26e5e8dedb3868ab0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 452556bcdcc3fe4e9ace07201be2365cd6f99e2f
diff -r 79de45b5069b -r 3e94726bfa9d macros.xml
--- a/macros.xml Fri Sep 01 13:17:29 2023 +0000
+++ b/macros.xml Sun Feb 11 00:01:54 2024 +0000
@@ -4,8 +4,8 @@
The data manager uses a symlink to this macro file to keep the STAR and
the index versions in sync, but you should manually update @IDX_VERSION_SUFFIX@ -->
- 2.7.10b
- 4
+ 2.7.11a
+ 0
21.01
2.7.4a
- 1
+ 0
rnastar_index2x_versioned
star
- samtools
- gzip
+ samtools
+ gzip
@@ -122,6 +122,13 @@
#if str($refGenomeSource.genomeSAindexNbases):
--genomeSAindexNbases ${refGenomeSource.genomeSAindexNbases}
#end if
+ ## Diploid mode
+ #if 'diploidconditional' in $refGenomeSource:
+ #if str($refGenomeSource.diploidconditional.diploid) == 'Yes':
+ --genomeTransformVCF '${refGenomeSource.diploidconditional.genomeTransformVCF}'
+ --genomeTransformType Diploid
+ #end if
+ #end if
--runThreadN \${GALAXY_SLOTS:-4}
## in bytes
--limitGenomeGenerateRAM \$((\${GALAXY_MEMORY_MB:-31000} * 1000000))
diff -r 79de45b5069b -r 3e94726bfa9d rg_rnaStar.xml
--- a/rg_rnaStar.xml Fri Sep 01 13:17:29 2023 +0000
+++ b/rg_rnaStar.xml Sun Feb 11 00:01:54 2024 +0000
@@ -91,6 +91,15 @@
## Read MAPQ
--outSAMmapqUnique ${oformat.outSAMmapqUnique}
+ ## Transform diploid mode output to reference coordinates
+ #if str($refGenomeSource.geneSource) == 'history':
+ #if 'diploidconditional' in $refGenomeSource:
+ #if str($refGenomeSource.diploidconditional.diploid) == 'Yes':
+ '${refGenomeSource.diploidconditional.genomeTransformOutput}'
+ #end if
+ #end if
+ #end if
+
## Output filter parameters
## Basic Filters
@@ -318,6 +327,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -810,6 +831,7 @@
+
@@ -837,7 +859,7 @@
-
+
@@ -1117,6 +1139,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+##bcftoolsVersion=1.13+htslib-1.13+ds
+##bcftoolsCommand=mpileup -Ob -o rnastar_test_mapped_reads.bcf -f tophat_test.fa rnastar_test_mapped_reads.bam
+##reference=file://tophat_test.fa
+##contig=
+##ALT=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##FORMAT=
+##FORMAT=
+##INFO=
+##INFO=
+##INFO=
+##INFO=
+##bcftools_callVersion=1.13+htslib-1.13+ds
+##bcftools_callCommand=call -vmO z -o rnastar_test_mapped_reads.vcf.gz rnastar_test_mapped_reads.bcf; Date=Tue Jan 2 11:53:57 2024
+#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT rnastar_test_mapped_reads.bam
+test_chromosome 219 . G C 170.416 . DP=27;VDB=0.505999;SGB=-0.693021;FS=0;MQ0F=0;AC=2;AN=2;DP4=0,0,7,20;MQ=20 GT:PL 1/1:200,81,0
diff -r 79de45b5069b -r 3e94726bfa9d test-data/rnastar_test_mapped_reads_diploid.bam
Binary file test-data/rnastar_test_mapped_reads_diploid.bam has changed
diff -r 79de45b5069b -r 3e94726bfa9d test-data/rnastar_test_mapped_reads_test10.bam
Binary file test-data/rnastar_test_mapped_reads_test10.bam has changed
diff -r 79de45b5069b -r 3e94726bfa9d test-data/rnastar_test_splicejunctions_diploid.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/rnastar_test_splicejunctions_diploid.bed Sun Feb 11 00:01:54 2024 +0000
@@ -0,0 +1,2 @@
+test_chromosome 251 350 1 1 0 27 0 37
+test_chromosome 401 500 1 1 0 25 0 36