# HG changeset patch
# User greg
# Date 1696944195 0
# Node ID fb6a4e2d623409fbe0751db38be5e7aedf97c670
Uploaded
diff -r 000000000000 -r fb6a4e2d6234 .shed.yml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.shed.yml Tue Oct 10 13:23:15 2023 +0000
@@ -0,0 +1,9 @@
+name: pyfaidx
+owner: greg
+description: Runs faidx to index the input FASTA file.
+long_description: Runs faidx to index the input FASTA file.
+categories:
+- Next Gen Mappers
+remote_repository_url: https://github.com/gregvonkuster/galaxy_tools/tree/master/mapping/pyfaidx
+homepage_url: https://github.com/gregvonkuster/galaxy_tools
+type: unrestricted
diff -r 000000000000 -r fb6a4e2d6234 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Tue Oct 10 13:23:15 2023 +0000
@@ -0,0 +1,16 @@
+
+ 0.7.2.2
+ 0
+ 21.01
+
+
+ pyfaidx
+
+
+
+
+ 10.7287/peerj.preprints.970v1
+
+
+
+
diff -r 000000000000 -r fb6a4e2d6234 pyfaidx.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pyfaidx.xml Tue Oct 10 13:23:15 2023 +0000
@@ -0,0 +1,40 @@
+
+ efficient FASTA indexing
+
+ macros.xml
+
+
+ 'input.fasta' &&
+#else:
+ ln -s '$input' 'input.fasta' &&
+#end if
+faidx -i chromsizes 'input.fasta' > '$output'
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Runs faidx to index the input FASTA file.
+
+
+
+
diff -r 000000000000 -r fb6a4e2d6234 test-data/input.fasta.gz
Binary file test-data/input.fasta.gz has changed