Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Slugger70 committed Mar 7, 2017
1 parent 5ffe1d5 commit 6115bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genomespace/genomespace_importer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description> - receive data from GenomeSpace</description>
<command><![CDATA[
export PYTHONPATH=$__root_dir__/lib:\$PYTHONPATH &&
$__root_dir__/.venv/bin/python/genomespace_importer.py
$__root_dir__/.venv/bin/python genomespace_importer.py
#set $input_file = $URL.split("^")[0] if "^" in $URL else $URL
#set $token = $URL.split("^")[1] if "^" in $URL and $URL.split("^")[1] else $__user__.preferences.get( 'genomespace_token', None )
Expand Down

0 comments on commit 6115bfd

Please sign in to comment.