Repository 'monarchinitiative'
hg clone https://toolshed.g2.bx.psu.edu/repos/nathandunn/monarchinitiative

Changeset 3:52d9016a156f (2016-06-27)
Previous changeset 2:3107c58d5c85 (2016-06-27) Next changeset 4:4be31c7908af (2016-06-27)
Commit message:
planemo upload commit dd3ea82b498d011701d1bfbc9fd4c9a93afc3826
modified:
monarch-pathways-for-diseases.xml
monarch-pathways-for-genes.xml
b
diff -r 3107c58d5c85 -r 52d9016a156f monarch-pathways-for-diseases.xml
--- a/monarch-pathways-for-diseases.xml Mon Jun 27 09:39:52 2016 -0400
+++ b/monarch-pathways-for-diseases.xml Mon Jun 27 09:45:58 2016 -0400
b
@@ -1,4 +1,4 @@
-<tool id="monarch-variants-for-diseases" name="Pull Variants from Diseases" version="0.1.0">
+<tool id="monarch-pathways-for-diseases" name="Pull Pathways from Diseases" version="0.1.0">
     <requirements/>
     <stdio>
         <exit_code range="1:" />
b
diff -r 3107c58d5c85 -r 52d9016a156f monarch-pathways-for-genes.xml
--- a/monarch-pathways-for-genes.xml Mon Jun 27 09:39:52 2016 -0400
+++ b/monarch-pathways-for-genes.xml Mon Jun 27 09:45:58 2016 -0400
[
@@ -1,4 +1,4 @@
-<tool id="monarch-variants-for-diseases" name="Pull Variants from Diseases" version="0.1.0">
+<tool id="monarch-pathways-for-genes" name="Pull Pathways from Genes" version="0.1.0">
     <requirements/>
     <stdio>
         <exit_code range="1:" />
@@ -23,7 +23,7 @@
 
  ]]></command>
  <inputs>
-        <param  name="input1" type="data" format="tabular" multiple="true"  label="Disease" />
+        <param  name="input1" type="data" format="tabular" multiple="true"  label="Genes" />
  <param  name="conditional1" type="select" multiple="false" display="radio" label="Conditional">
  <option value="AND">and</option>
  <option value="OR">or</option>
@@ -51,7 +51,7 @@
   </tests>
     <help><![CDATA[
         Pulls data from monarch web services as TSV given a disease.
- subject,subject_label,subject_taxon,subject_taxon_label,subject_gene,subject_gene_label,relation,relation_label,object,object_label,evidence,evidence_label,source,is_defined_by,qualifier
+        object,object_label,relation,relation_label,subject,subject_label,evidence,evidence_label,source,is_defined_by,qualifier
     ]]></help>
  <citations>
  <citation type="doi">doi:10.5281/zenodo.56412</citation>