Mercurial > repos > iuc > meryl_filter_kmers
diff filter-kmers.xml @ 1:fa43288f637c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit a3a16149db71f9b72dd7e949df0db08797637312
| author | iuc |
|---|---|
| date | Tue, 08 Oct 2024 16:44:39 +0000 |
| parents | c373ea894cfb |
| children | 06c0a042a61d |
line wrap: on
line diff
--- a/filter-kmers.xml Thu Apr 25 21:01:48 2024 +0000 +++ b/filter-kmers.xml Tue Oct 08 16:44:39 2024 +0000 @@ -12,7 +12,7 @@ <command detect_errors="exit_code"><![CDATA[ export GALAXY_MEMORY_GB=\$((\${GALAXY_MEMORY_MB:-8192}/1024)) && mkdir -p ./temp_db/ && - tar -zxf $input_meryldb_02 -C ./temp_db/ && + tar -xmf $input_meryldb_02 --use-compress-program="pigz -p \${GALAXY_SLOTS:-1}" -C ./temp_db/ && mv ./temp_db/* tmp.meryl && meryl $filter_operations @@ -23,7 +23,7 @@ #end if tmp.meryl output read-db.meryl && - tar -zcf read-db.meryldb read-db.meryl + tar -cf read-db.meryldb --use-compress-program="pigz -p \${GALAXY_SLOTS:-1}" read-db.meryl ]]></command> <inputs> <param name="filter_operations" type="select" label="Filter operations" help="Select an operation to be executed"> @@ -58,7 +58,7 @@ <param name="filter_operations" value="less-than"/> <output name="read_db" ftype="meryldb"> <assert_contents> - <has_size value="32077" delta="1000"/> + <has_size value="32382" delta="3000"/> <expand macro="meryldb_archive_assumptions"/> </assert_contents> </output> @@ -71,7 +71,7 @@ <param name="filter_operations" value="greater-than"/> <output name="read_db" ftype="meryldb"> <assert_contents> - <has_size value="49643" delta="1000"/> + <has_size value="50850" delta="3000"/> <expand macro="meryldb_archive_assumptions"/> </assert_contents> </output> @@ -84,7 +84,7 @@ <param name="filter_operations" value="greater-than"/> <output name="read_db" ftype="meryldb"> <assert_contents> - <has_size value="1634" delta="1000"/> + <has_size value="1880" delta="1000"/> <expand macro="meryldb_archive_assumptions"/> </assert_contents> </output> @@ -97,7 +97,7 @@ <param name="filter_operations" value="equal-to"/> <output name="read_db" ftype="meryldb"> <assert_contents> - <has_size value="2621" delta="1000"/> + <has_size value="3073" delta="1000"/> <expand macro="meryldb_archive_assumptions"/> </assert_contents> </output> @@ -110,7 +110,7 @@ <param name="filter_operations" value="not-equal-to"/> <output name="read_db" ftype="meryldb"> <assert_contents> - <has_size value="59100" delta="1000"/> + <has_size value="59719" delta="3000"/> <expand macro="meryldb_archive_assumptions"/> </assert_contents> </output>
