# HG changeset patch # User nathandunn # Date 1512434112 18000 # Node ID 49b46f044d487a2a23f65c23e3b5d82219625cee # Parent d40860663861323595ccae6d24dda36ea99b1e55 planemo upload commit 0dbcda86caba8f8fead7cb6fde0ae3e73d398f1e diff -r d40860663861 -r 49b46f044d48 README.md --- a/README.md Sat Dec 02 16:41:34 2017 -0500 +++ b/README.md Mon Dec 04 19:35:12 2017 -0500 @@ -14,6 +14,9 @@ -![Screen Shot](images/ScreenShot1.png) +![Screen Shot](images/ScreenShot2.png) +Upload new tool. + + planemo shed_upload --shed_target toolshed \ No newline at end of file diff -r d40860663861 -r 49b46f044d48 bioentityset-overrepresentation.xml --- a/bioentityset-overrepresentation.xml Sat Dec 02 16:41:34 2017 -0500 +++ b/bioentityset-overrepresentation.xml Mon Dec 04 19:35:12 2017 -0500 @@ -21,7 +21,15 @@ #set $background_string += '&background='+str($word) #end for -curl --silent -X GET --header 'Accept: application/json' 'https://api-dev.monarchinitiative.org/api/bioentityset/overrepresentation/?object_category=$object_category$subject_string&background=$background_string&ontology=$ontology&subject_category=$subject_category&taxon=$taxon&object_category=$object_category&max_p_value=$max_p_value' > $output +curl --silent -X GET --header 'Accept: application/json' 'https://api-dev.monarchinitiative.org/api/bioentityset/overrepresentation/?object_category=$object_category$subject_string&background=$background_string&ontology=$ontology&subject_category=$subject_category&taxon=$taxon&object_category=$object_category&max_p_value=$max_p_value' > $output_json + +&& + +echo -e "p\tn\tp_uncorrected\tc" > $output_tsv + +&& + +cat $output_json | jq -r '.results[] | flatten | @tsv ' >> $output_tsv ]]> @@ -34,9 +42,19 @@ - + + + + + -