Skip to content

Commit

Permalink
change run_tool_shed.py to see the file in the correct lcoation
Browse files Browse the repository at this point in the history
  • Loading branch information
nturaga committed Apr 8, 2016
1 parent 428c306 commit 30f2f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_tool_shed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ then
fi


tool_shed=`./lib/tool_shed/scripts/bootstrap_tool_shed/parse_run_sh_args.sh $@`
tool_shed=`./scripts/tool_shed/bootstrap_tool_shed/parse_run_sh_args.sh $@`
args=$@

if [ $? -eq 0 ] ; then
bash ./lib/tool_shed/scripts/bootstrap_tool_shed/bootstrap_tool_shed.sh $@
bash ./scripts/tool_shed/bootstrap_tool_shed/parse_run_sh_args.sh $@
args=`echo $@ | sed "s#-\?-bootstrap_from_tool_shed $tool_shed##"`
fi

Expand Down

0 comments on commit 30f2f5d

Please sign in to comment.