Skip to content

Commit

Permalink
Added linux compiled code for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Apr 27, 2017
1 parent 0e889bc commit e386bb0
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions aws_aliases_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#Set paths
export AWS_CLI_DIR=$AWS_DIR/aws/
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_ROSETTA/:$PATH
##List all instances for given user (based on tag)
alias awsls=$AWS_CLI_DIR/list_instances.py
##Kill specified instance
alias awskill=$AWS_CLI_DIR/kill_instance.py
##Alias launch command
alias awslaunch=$AWS_CLI_DIR/launch_AWS_instance.py
##Alias launch group of instances command
alias awslaunch_movieAlign=$AWS_CLI_DIR/launch_AWS_S3Movie_Alignment.py
#Create volume
alias aws_ebs_create=$AWS_CLI_DIR/create_volume.py
#Delete volume
alias aws_ebs_delete=$AWS_CLI_DIR/kill_volume.py
#Commands available
#Attach volume
alias aws_ebs_attach=$AWS_CLI_DIR/attach_volume.py
#Attach volume
alias aws_ebs_detach=$AWS_CLI_DIR/detach_volume.py
#List spot price
alias aws_spot_price_history=$AWS_CLI_DIR/list_spot_price.py
#Admin list
alias awsls_admin=$AWS_CLI_DIR/list_all.py
#Launch cluster
alias awslaunch_cluster=$AWS_CLI_DIR/launch_starcluster.py
#Relion QSUB command
export RELION_QSUB_TEMPLATE=$AWS_RELION/relion_qsub.sh
#Export directory to path
export PATH=$AWS_CLI_DIR/:$PATH
#Create snapshot
alias aws_snapshot_create=$AWS_CLI_DIR/create_snapshot.py
#Delete snapshot
alias aws_snapshot_delete=$AWS_CLI_DIR/kill_snapshot.py
Binary file added aws_build_linux/attach_volume.py
Binary file not shown.
Binary file added aws_build_linux/aws_help
Binary file not shown.
Binary file added aws_build_linux/aws_list_projects
Binary file not shown.
Binary file added aws_build_linux/aws_project_delete
Binary file not shown.
Binary file added aws_build_linux/aws_project_initialize
Binary file not shown.
Binary file added aws_build_linux/aws_project_remove_directory
Binary file not shown.
Binary file added aws_build_linux/aws_project_sync
Binary file not shown.
Binary file added aws_build_linux/create_snapshot.py
Binary file not shown.
Binary file added aws_build_linux/create_volume.py
Binary file not shown.
Binary file added aws_build_linux/create_volume_IOPS.py
Binary file not shown.
Binary file added aws_build_linux/delete_temp_s3_ebs
Binary file not shown.
Binary file added aws_build_linux/detach_volume.py
Binary file not shown.
Binary file added aws_build_linux/kill_instance.py
Binary file not shown.
Binary file added aws_build_linux/kill_snapshot.py
Binary file not shown.
Binary file added aws_build_linux/kill_volume.py
Binary file not shown.
Binary file added aws_build_linux/launch_AWS_S3Movie_Alignment.py
Binary file not shown.
Binary file added aws_build_linux/launch_AWS_instance.py
Binary file not shown.
Binary file added aws_build_linux/launch_starcluster.py
Binary file not shown.
Binary file added aws_build_linux/list_all.py
Binary file not shown.
Binary file added aws_build_linux/list_instances.py
Binary file not shown.
Binary file added aws_build_linux/list_spot_price.py
Binary file not shown.
Binary file added aws_build_linux/qsub_aws
Binary file not shown.

0 comments on commit e386bb0

Please sign in to comment.