PRJNA476786 (this is the accession number for the APEX-seq data).download.sh, paste the copied content into the file, and save.ls command).sbatch --time=UNLIMITED download.sh (it will submit a batch job for the
computer to run the code and download your data files).squeue --me (it will show you the status of all the jobs you have submitted).
The ouput will look something like this:
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
###### mhgcp download userID R 00:42 1 mhgcp-m00
Note: This example shows that 42 seconds have elapsed since the job started, but batch jobs don’t always start immediately. Sometimes your job has to wait in the queue for computational resources to become available. You can sign out of the cluster (with the
exitcommand) while your job is running or in the queue.
squeue --me and see that your job is no
longer listed. Make sure that all of your files are now on the cluster before returning to the
main page to run the pipelines.