# HG changeset patch
# User chrisd
# Date 1458770093 14400
# Node ID 72901052a829e1c23b104f8d4d1777aa6c6fd836
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
diff -r 000000000000 -r 72901052a829 gene_fraction.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gene_fraction.xml Wed Mar 23 17:54:53 2016 -0400
@@ -0,0 +1,63 @@
+
+
+ csa
+
+
+
+
+ Calculates the amount of a gene that is covered from a sample of reads
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Usage: csa [options]
+
+Options:
+ -amr_fp amr database path
+ -sam_fp sam file path
+ -min starting level
+ -max ending level
+ -skip amount of levels to skip
+ -t gene fraction threshold
+ -samples amount of samples per level
+ -out_fp output file path
+ ]]>
+
diff -r 000000000000 -r 72901052a829 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Mar 23 17:54:53 2016 -0400
@@ -0,0 +1,19 @@
+
+
+
+
+
+ git clone --recursive https://github.com/ChrisD11/csa.git
+ make
+
+
+ $INSTALL_DIR/bin
+
+
+ $INSTALL_DIR/bin
+
+
+
+ Compiling csa requires a C++ compiler
+
+