# HG changeset patch # User iuc # Date 1707609750 0 # Node ID 8dc4a444ec042a0edc71f9b3aa33b5a188c5ecfb # Parent 5ef7ec16b04f28d7156949e9858f90119dece81d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 452556bcdcc3fe4e9ace07201be2365cd6f99e2f diff -r 5ef7ec16b04f -r 8dc4a444ec04 macros.xml --- a/macros.xml Fri Sep 01 13:18:03 2023 +0000 +++ b/macros.xml Sun Feb 11 00:02:30 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 5ef7ec16b04f -r 8dc4a444ec04 test-data/rnastar_test_diploid.log --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/rnastar_test_diploid.log Sun Feb 11 00:02:30 2024 +0000 @@ -0,0 +1,37 @@ + Started job on | .* + Started mapping on | .* + Finished on | .* + Mapping speed, Million of reads per hour | inf + + Number of input reads | 100 + Average input read length | 75 + UNIQUE READS: + Uniquely mapped reads number | 100 + Uniquely mapped reads % | 100.00% + Average mapped length | 74.65 + Number of splices: Total | 53 + Number of splices: Annotated (sjdb) | 0 + Number of splices: GT/AG | 53 + Number of splices: GC/AG | 0 + Number of splices: AT/AC | 0 + Number of splices: Non-canonical | 0 + Mismatch rate per base, % | 1.63% + Deletion rate per base | 0.00% + Deletion average length | 0.00 + Insertion rate per base | 0.00% + Insertion average length | 0.00 + MULTI-MAPPING READS: + Number of reads mapped to multiple loci | 0 + % of reads mapped to multiple loci | 0.00% + Number of reads mapped to too many loci | 0 + % of reads mapped to too many loci | 0.00% + UNMAPPED READS: + Number of reads unmapped: too many mismatches | 0 + % of reads unmapped: too many mismatches | 0.00% + Number of reads unmapped: too short | 0 + % of reads unmapped: too short | 0.00% + Number of reads unmapped: other | 0 + % of reads unmapped: other | 0.00% + CHIMERIC READS: + Number of chimeric reads | 0 + % of chimeric reads | 0.00% diff -r 5ef7ec16b04f -r 8dc4a444ec04 test-data/rnastar_test_mapped_reads.vcf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/rnastar_test_mapped_reads.vcf Sun Feb 11 00:02:30 2024 +0000 @@ -0,0 +1,30 @@ +##fileformat=VCFv4.2 +##FILTER= +##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 5ef7ec16b04f -r 8dc4a444ec04 test-data/rnastar_test_mapped_reads_diploid.bam Binary file test-data/rnastar_test_mapped_reads_diploid.bam has changed diff -r 5ef7ec16b04f -r 8dc4a444ec04 test-data/rnastar_test_mapped_reads_test10.bam Binary file test-data/rnastar_test_mapped_reads_test10.bam has changed diff -r 5ef7ec16b04f -r 8dc4a444ec04 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:02:30 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