From 7b119b432f721e228a73396d4e8f0d54350b0481 Mon Sep 17 00:00:00 2001 From: "Richard C. Burhans" Date: Tue, 30 Apr 2024 17:02:54 -0400 Subject: [PATCH] adding .shed.yml --- tools/batched_lastz/.shed.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/batched_lastz/.shed.yml diff --git a/tools/batched_lastz/.shed.yml b/tools/batched_lastz/.shed.yml new file mode 100644 index 0000000..f20ef8c --- /dev/null +++ b/tools/batched_lastz/.shed.yml @@ -0,0 +1,14 @@ +categories: +- Next Gen Mappers +description: Galaxy wrapper for the batching Lastz runs +homepage_url: https://github.com/gsneha26/SegAlign +long_description: | + LASTZ is designed to preprocess one sequence or set of sequences + (which we collectively call the TARGET) and then align several + QUERY sequences to it. LASTZ_D is a non-integer (D stands for Double) + version of LASTZ that can be used to estimate substitution matrix + that will be used to score alignments. +name: batched_lastz +owner: richard-burhans +remote_repository_url: https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz +type: unrestricted