# HG changeset patch # User iuc # Date 1628774454 0 # Node ID 5ae3496f9ca39c14a636e321eb84a9f589303c34 # Parent 51c2360aa80784bb7749198b811613a9875fb1db "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit 0625ea0c1df66a724d0ab3769fcaee7a07810a20" diff -r 51c2360aa807 -r 5ae3496f9ca3 macros.xml --- a/macros.xml Mon Jun 28 09:32:16 2021 +0000 +++ b/macros.xml Thu Aug 12 13:20:54 2021 +0000 @@ -1,7 +1,7 @@ 1.3 galaxy - 3 + 4 topic_0196 diff -r 51c2360aa807 -r 5ae3496f9ca3 meryl.xml --- a/meryl.xml Mon Jun 28 09:32:16 2021 +0000 +++ b/meryl.xml Thu Aug 12 13:20:54 2021 +0000 @@ -15,12 +15,14 @@ #elif $operation_type.options_kmer_size.kmer_size == 'provide' #set size=$operation_type.options_kmer_size.input_kmer_size #end if + ln -s '$operation_type.input_reads' ./input.${operation_type.input_reads.ext} && + meryl $operation_type.count_operations k=$size memory=\$GALAXY_MEMORY_GB threads=\${GALAXY_SLOTS:-1} - $operation_type.input_reads + ./input.${operation_type.input_reads.ext} output read-db.meryl && echo 'K-mer size: ${size}' && tar -zcf read-db.meryldb read-db.meryl @@ -176,17 +178,17 @@ - + - + - + @@ -326,7 +328,7 @@ - + @@ -343,7 +345,7 @@ - + @@ -617,14 +619,14 @@ - + - + @@ -632,7 +634,7 @@ - +