-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Richard C. Burhans
committed
Apr 30, 2024
1 parent
31de746
commit 7b119b4
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |