Skip to content

Commit

Permalink
Updated qsub code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Apr 27, 2017
1 parent c4b0730 commit d6fc209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relion/qsub_aws
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def s3_to_ebs(IP,keypair,bucketname,dironebs,rclonepath,keyid,secretid,region,nu
env.host_string='ubuntu@%s' %(IP)
env.key_filename = '%s' %(keypair)
rcloneexe='rclone'
print '%s/%s copy rclonename:%s %s --quiet --transfers %i' %(homedir,rcloneexe,bucketname.split('s3://')[-1],dironebs,numfilesAtATime)
exec_remote_cmd('%s/%s copy rclonename:%s %s --quiet --transfers %i' %(homedir,rcloneexe,bucketname.split('s3://')[-1],dironebs,numfilesAtATime))

fileonly=dironebs.split('/')[-1]
Expand Down

0 comments on commit d6fc209

Please sign in to comment.