# HG changeset patch # User richard-burhans # Date 1714571606 0 # Node ID 007990f98551c27036a89895e255e218f9757117 # Parent ad3554614aadad60096a40c2109b7b19d4f4e607 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 3bbc9b941798f866a1d8b7af1e3c0444e5130fd9 diff -r ad3554614aad -r 007990f98551 batched_lastz.xml --- a/batched_lastz.xml Tue Apr 30 21:48:00 2024 +0000 +++ b/batched_lastz.xml Wed May 01 13:53:26 2024 +0000 @@ -1,11 +1,18 @@ + : align batches of sequences macros.xml + + + diff -r ad3554614aad -r 007990f98551 run_lastz_tarball.py --- a/run_lastz_tarball.py Tue Apr 30 21:48:00 2024 +0000 +++ b/run_lastz_tarball.py Wed May 01 13:53:26 2024 +0000 @@ -323,7 +323,7 @@ parser = argparse.ArgumentParser() parser.add_argument("--input", type=str, required=True) parser.add_argument("--output", type=str, required=True) - parser.add_argument("--parallel", type=int, default=1, required=False) + parser.add_argument("--parallel", type=int, default=2, required=False) parser.add_argument("--debug", action="store_true", required=False) args = parser.parse_args()