Skip to content
Snippets Groups Projects
Commit 06a48fb1 authored by ameyner2's avatar ameyner2
Browse files

Moved output cleanup to main pipeline doc

parent 41e4ff2a
No related branches found
Tags ultra_last_commit
No related merge requests found
...@@ -252,7 +252,15 @@ perl /home/u035/project/scripts/trio_whole_exome_parse_peddy_ped_csv.pl \ ...@@ -252,7 +252,15 @@ perl /home/u035/project/scripts/trio_whole_exome_parse_peddy_ped_csv.pl \
grep -v False$ qc/${version}_$project_id.ped_check.txt grep -v False$ qc/${version}_$project_id.ped_check.txt
``` ```
7. Clear the work directory and move the log files to the complete sub-directory. 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. Clear the work directory and move the log files to the complete sub-directory.
``` ```
cd /scratch/u035/project/trio_whole_exome/work cd /scratch/u035/project/trio_whole_exome/work
...@@ -261,7 +269,7 @@ cd /home/u035/project/trio_whole_exome/logs ...@@ -261,7 +269,7 @@ cd /home/u035/project/trio_whole_exome/logs
mv trio_whole_exome_bcbio.$project_id* complete/ mv trio_whole_exome_bcbio.$project_id* complete/
``` ```
8. Copy the MultiQC report to the IGMM-VariantAnalysis area on the IGMM datastore. 9. Copy the MultiQC report to the IGMM-VariantAnalysis area on the IGMM datastore.
``` ```
ssh eddie3.ecdf.ed.ac.uk ssh eddie3.ecdf.ed.ac.uk
......
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