Dearchival of Data
This procedure explains how to request for dearchive data from gencore archive node on jubail.
Send an email to nyuad.cgsb.cb@nyu.edu
Mention the jira ticket number.
Specify the type of data you would require for eg:- raw data, qc fastq, raw counts etc..
Specify the sample names, if possible.
Based on the request, we will start dearchive the data from the archive node as follows:-
Once login to jubail login node, and will issue the de-archive as follows.
To check the size of the de-archive directory.
$dmfdu -d </archive/gencore/XXXX/XXXX/XXX>
To issue the de-archive command.
$ dmfget -d </archive/gencore/XXXX/XXXX/XXX>
To check the real time status of the dearchive process.
$ watch -n2 dmfmonitor -d </archive/gencore/XXXX/XXXX/XXX>
Tip
How to understand the archive status:
released exists archived ->> unreadable state
exists archived ->> readable state
To check the state of dearchive directory. If you need to check the status of file, remove the “-d” flag
$ dmfls -d </archive/gencore/XXXX/XXXX/XXX>