# HG changeset patch # User iuc # Date 1639223494 0 # Node ID 10360f9989ee42b65b5a69fc6568e07eb2044737 # Parent e13ac00e6a4de10c651f8e73f319729973e22d4c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0" diff -r e13ac00e6a4d -r 10360f9989ee daa2rma.xml --- a/daa2rma.xml Tue Dec 07 10:16:58 2021 +0000 +++ b/daa2rma.xml Sat Dec 11 11:51:34 2021 +0000 @@ -63,7 +63,10 @@ - + + + + @@ -76,7 +79,7 @@ - + @@ -84,7 +87,7 @@ - + @@ -100,7 +103,7 @@ **What it does** -Computes a MEGAN RMA (RealMedia Audio) file from a DIOMAND DAA file, a proprietary file format developed by PowerISO Computing +Generates a MEGAN RMA (RealMedia Audio) file from a DIAMOND DAA file, a proprietary file format developed by PowerISO Computing for disk image files. MEGAN uses an update of the original RMA file format known as RMA6. diff -r e13ac00e6a4d -r 10360f9989ee macros.xml --- a/macros.xml Tue Dec 07 10:16:58 2021 +0000 +++ b/macros.xml Sat Dec 11 11:51:34 2021 +0000 @@ -79,10 +79,16 @@ - + + + + + + + diff -r e13ac00e6a4d -r 10360f9989ee test-data/input1.sam --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/input1.sam Sat Dec 11 11:51:34 2021 +0000 @@ -0,0 +1,5 @@ +@HD VN:1.5 SO:unsorted GO:query +@PG ID:1 PN:MALT CL:--mode BlastN --matchScore 2 --mismatchScore -3 --setLambda 0.625 --setK 0.41 --alignmentType Local --inFile 13-1941-6_S4_L001_R1_600000_fastq_gz.fastq.gz --index /home/galaxy/tool-data/malt_index/AF2122-1 --output ./output.rma6 --numThreads 1 --memoryMode load --maxTables 0 --minBitScore 50.0 --maxExpected 1.0 --minPercentIdentity 0.0 --maxAlignmentsPerQuery 25 --maxAlignmentsPerRef 1 --topPercent 10.0 --minSupportPercent 0.001 --minSupport 0 --minPercentIdentityLCA 0.0 --maxSeedsPerFrame 100 --maxSeedsPerRef 20 --seedShift 1 --gapOpen 11 --gapExtend 1 --band 4 --alignments ./alignments_output.SAM.gz --format SAM --outAligned ./aligned_output.fna.gz --outUnaligned ./unaligned_output.fna.gz DS:BlastN +@RG ID:1 PL:unknown SM:unknown +@CO BlastN-like alignments +@CO Reporting AS: bitScore, ZR: rawScore, ZE: expected, ZI: percent identity, ZL: reference length diff -r e13ac00e6a4d -r 10360f9989ee test-data/input2.sam --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/input2.sam Sat Dec 11 11:51:34 2021 +0000 @@ -0,0 +1,5 @@ +@HD VN:1.5 SO:unsorted GO:query +@PG ID:1 PN:MALT CL:--mode BlastN --matchScore 2 --mismatchScore -3 --setLambda 0.625 --setK 0.41 --alignmentType Local --inFile 13-1941-6_S4_L001_R2_600000_fastq_gz.fastq.gz --index /home/galaxy/tool-data/malt_index/AF2122-1 --output ./output.rma6 --numThreads 1 --memoryMode load --maxTables 0 --minBitScore 50.0 --maxExpected 1.0 --minPercentIdentity 0.0 --maxAlignmentsPerQuery 25 --maxAlignmentsPerRef 1 --topPercent 10.0 --minSupportPercent 0.001 --minSupport 0 --minPercentIdentityLCA 0.0 --maxSeedsPerFrame 100 --maxSeedsPerRef 20 --seedShift 1 --gapOpen 11 --gapExtend 1 --band 4 --alignments ./alignments_output.SAM.gz --format SAM --outAligned ./aligned_output.fna.gz --outUnaligned ./unaligned_output.fna.gz DS:BlastN +@RG ID:1 PL:unknown SM:unknown +@CO BlastN-like alignments +@CO Reporting AS: bitScore, ZR: rawScore, ZE: expected, ZI: percent identity, ZL: reference length