Skip to content

Commit

Permalink
Dirrty script to run mq on my VM machine: mqaprna_dev_remote.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Jun 12, 2021
1 parent f9a7732 commit 93b0bbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rna_tools/tools/mq/mqaprna_dev_remote.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
folder=job`openssl rand -hex 12`
ssh mq mkdir $folder
rsync --delete --include '*.pdb' --exclude="*" -rv $1/* mq:$folder
ssh mq "cd $folder && /home/mqapRNA/mqaprna_env/mqapRNA/main/mqaprna * -o mq.csv"
rsync -r --exclude='*.pdb' --exclude='.csvsort*' mq:$folder/ $1

0 comments on commit 93b0bbd

Please sign in to comment.