Skip to content

Commit

Permalink
Compiled linux with updated regions for p2 instances
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Jul 14, 2017
1 parent 1fe118a commit d12f58b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified aws_build_linux/launch_AWS_instance.py
Binary file not shown.
Binary file modified aws_build_linux/qsub_aws
Binary file not shown.
2 changes: 1 addition & 1 deletion compile_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import subprocess

notincluded=['aws_init.sh','rclone','rclone_mac','aws_init.sh','s3tmpout.txt']
outdirname='aws_build_osx' #Choices: aws_build_linux, aws_build_osx
outdirname='aws_build_linux' #Choices: aws_build_linux, aws_build_osx
filelist=glob.glob('aws/*')

for f in filelist:
Expand Down
4 changes: 2 additions & 2 deletions relion/qsub_aws_dev
Original file line number Diff line number Diff line change
Expand Up @@ -3901,8 +3901,8 @@ def relion_autopick_mpi(project):
micdirlocation=indirlocation
cloudpath='/data/'+outdir
exec_remote_cmd('~/rclone sync rclonename:%s /data/%s --quiet --max-size 1G --transfers %i' %(bucketname.split('s3://')[-1],micpath,mpi*3))
if len(otherbucketDirName) > 0:
exec_remote_cmd('~/rclone sync rclonename:%s %s --quiet --transfers %i' %(bucketname.split('s3://')[-1],micpath,mpi*3))
#if len(otherbucketDirName) > 0:
# exec_remote_cmd('~/rclone sync rclonename:%s %s --quiet --max-size 1G --transfers %i' %(bucketname.split('s3://')[-1],micpath,mpi*3))

if gpu == 1:
relion_remote_cmd='/home/EM_Packages/relion2.0/build/bin/relion_autopick %s --gpu ' %(relioncmd)
Expand Down

0 comments on commit d12f58b

Please sign in to comment.