You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following steps need to be put into a workflow/script to move files to the apollo-node1 server. (We can't pull from the apollo-stage server, so we can't re-use add_trackList.py completely).
back up trackList.json file on apollo-node1 server
create subdirectory for files on apollo-node1 server (/app/data/[containing directory]/[gggsss]/[assemblyname]/scaffold/analyses/[species]-[genus]-RNA-Seq_[date]_v1.0)
move .bam, .bai, .bigwig, .bed files from apollo-stage-node1 server to apollo-node1 server
The text was updated successfully, but these errors were encountered:
Globus provides a faster way for transferring files between two servers or from local to server. By installing globus-cli python package, it can be used via command line interface.(https://docs.globus.org/cli/) This page provides some examples of using CLI for Globus.(https://docs.globus.org/cli/examples/)
There are some questions before using Globus.
To transfer files from Ceres to apollo server, we need the endpoint name or UUID of both two servers. (The endpoint name and uuid of Ceres is Ceres DTN 1/d46403e2-38d7-11e8-b985-0ac6873fc732) We need the name and uuid of apollo servers.
In our current pipelines, we use scp and rsync to transfer files. It takes about 5 minutes for transferring process. How much processing time can be shorten by using globus?
The following steps need to be put into a workflow/script to move files to the apollo-node1 server. (We can't pull from the apollo-stage server, so we can't re-use add_trackList.py completely).
/app/data/[containing directory]/[gggsss]/[assemblyname]/scaffold/analyses/[species]-[genus]-RNA-Seq_[date]_v1.0
)The text was updated successfully, but these errors were encountered: