Skip to content
Snippets Groups Projects
Commit 3deb8620 authored by ameyner2's avatar ameyner2
Browse files

Merge branch 'master' of git.ecdf.ed.ac.uk:igmmbioinformatics/trio-whole-exome

parents fe372d2c 16a5f5e8
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,15 @@ cd /home/u035/project/trio_whole_exome/logs ...@@ -97,7 +97,15 @@ cd /home/u035/project/trio_whole_exome/logs
mv *.project_id.* complete/ mv *.project_id.* complete/
``` ```
7. Confirmation of copy to tape. EPCC runs a cron job on Monday mornings at 8am to check the DMF file state for all files in /archive/u035/trio_whole_exome. This produces a text report at /archive/u035/confirmation using the format yyyy-mm-dd. 7. Clean up the output directory.
```
cd /home/u035/project/trio_whole_exome/
mkdir ${version}_${project_id}
mv *${version}_${project_id}* ${version}_${project_id}/
```
8. Confirmation of copy to tape. EPCC runs a cron job on Monday mornings at 8am to check the DMF file state for all files in /archive/u035/trio_whole_exome. This produces a text report at /archive/u035/confirmation using the format yyyy-mm-dd.
Check for ‘DUL’ entries for files in the confirmation report. The grep command below excludes directories, which are generally marked as ‘REG’, blank lines, and total file size lines. If not all entries are DUL, check the non-DUL ones for error states as below. The expectation is that some files may be in the process of migration; in which case, check again in the following week’s report. Check for ‘DUL’ entries for files in the confirmation report. The grep command below excludes directories, which are generally marked as ‘REG’, blank lines, and total file size lines. If not all entries are DUL, check the non-DUL ones for error states as below. The expectation is that some files may be in the process of migration; in which case, check again in the following week’s report.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment