diff --git a/tools/seqwish/.shed.yml b/tools/seqwish/.shed.yml new file mode 100644 index 00000000000..fb9648c618c --- /dev/null +++ b/tools/seqwish/.shed.yml @@ -0,0 +1,10 @@ +categories: + - Sequence Analysis + - Variant Analysis +homepage_url: https://github.com/ekg/seqwish +description: Alignment to variation graph inducer +long_description: | + seqwish implements a lossless conversion from pairwise alignments between sequences to a variation graph encoding the sequences and their alignments. +owner: iuc +remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqwish/ +type: unrestricted diff --git a/tools/seqwish/seqwish.xml b/tools/seqwish/seqwish.xml new file mode 100644 index 00000000000..c0a89415143 --- /dev/null +++ b/tools/seqwish/seqwish.xml @@ -0,0 +1,72 @@ + + Alignment to variation graph inducer + + 0.4 + + + seqwish + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/seqwish/test-data/A-3105.fa.gz b/tools/seqwish/test-data/A-3105.fa.gz new file mode 100644 index 00000000000..1ca32fbf43f Binary files /dev/null and b/tools/seqwish/test-data/A-3105.fa.gz differ diff --git a/tools/seqwish/test-data/A-3105.paf.gz b/tools/seqwish/test-data/A-3105.paf.gz new file mode 100644 index 00000000000..c396d8258e0 Binary files /dev/null and b/tools/seqwish/test-data/A-3105.paf.gz differ