Skip to content

Commit

Permalink
Removed relion/qsub_aws from PATH so that users only use aws_build_li…
Browse files Browse the repository at this point in the history
…nux/qsub_aws
  • Loading branch information
mcianfrocco committed Apr 27, 2017
1 parent 4b91235 commit 9155d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws_aliases_linux.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Set paths
export AWS_CLI_DIR=$AWS_DIR/aws/
export AWS_CLI_DIR=$AWS_DIR/aws_build_linux/
export AWS_RELION=$AWS_DIR/relion/
export AWS_ROSETTA=$AWS_DIR/rosetta/
export PATH=$AWS_CLI_DIR/:$PATH
export PATH=$AWS_RELION/:$PATH
#export PATH=$AWS_RELION/:$PATH
export PATH=$AWS_ROSETTA/:$PATH
##List all instances for given user (based on tag)
alias awsls=$AWS_CLI_DIR/list_instances.py
Expand Down

0 comments on commit 9155d59

Please sign in to comment.