IDR / idr-utils

Utility scripts for managing IDR submissions
BSD 2-Clause "Simplified" License
2 stars 6 forks source link

Codon scripts #60

Closed sbesson closed 9 months ago

sbesson commented 9 months ago

As discussed yesterday, this migrate various utility scripts used on the EBI Codon SLURM cluster to idr-utils. The initial script transfer.sh was used to copy ~500TB of published data onto https://ftp.ebi.ac.uk/pub/databases/IDR/

It should be used as follows

$ ssh ligate.ebi.ac.uk 
gate> c codon-slurm-login 
Connecting codon-slurm-login
sbesson@codon-slurm-login's password: 
...
[sbesson@codon-slurm-login-02 ~]$ become idr-virtual
[idr-virtual@codon-slurm-login-02 ~]$ ./transfer.sh idr0134-peters-bryophytes idr0134-peters-bryophytes

Once merged, idr-utils should be cloned in the idr-virtual home directory and the last command should be replaceable by

./idr-utils/scripts/codon/transfer.sh <source> <target>