[hg] galaxy 1593: Small typo in one of the encode import tools.
details: http://www.bx.psu.edu/hg/galaxy/rev/cb3507efced7 changeset: 1593:cb3507efced7 user: Dan Blankenberg <dan@bx.psu.edu> date: Fri Oct 31 14:52:41 2008 -0400 description: Small typo in one of the encode import tools. 1 file(s) affected in this change: tools/data_source/encode_import_all_latest_datasets.xml diffs (19 lines): diff -r 6ddbf5c83efc -r cb3507efced7 tools/data_source/encode_import_all_latest_datasets.xml --- a/tools/data_source/encode_import_all_latest_datasets.xml Fri Oct 31 11:00:50 2008 -0400 +++ b/tools/data_source/encode_import_all_latest_datasets.xml Fri Oct 31 14:52:41 2008 -0400 @@ -2,7 +2,7 @@ <command interpreter="python">encode_import.py $hg17,$hg16 $output ${GALAXY_DATA_INDEX_DIR}</command> <inputs> <display> - <p><div class="toolFormTitle">hg1 (most recent datasets in bold)</div>$hg17</p> + <p><div class="toolFormTitle">hg17 (most recent datasets in bold)</div>$hg17</p> <p><div class="toolFormTitle">hg16 (most recent datasets in bold)</div>$hg16</p> </display> <param name="hg17" type="select" display="checkboxes" multiple="true"> @@ -63,4 +63,4 @@ </help> -</tool> \ No newline at end of file +</tool>
participants (1)
-
Greg Von Kuster