diff --git a/docs/SOP_alignment_variant_annotation.md b/docs/SOP_alignment_variant_annotation.md index 28973ccfd0bcf9efabbaa9feeb45baf2de69ffce..24601709f20adcc632613023ae5a4053367d2eef 100644 --- a/docs/SOP_alignment_variant_annotation.md +++ b/docs/SOP_alignment_variant_annotation.md @@ -215,4 +215,14 @@ cd /home/u035/u035/shared/analysis/reads/${project_id} rm `ls | grep -v -f retain_for_rerun.txt` ``` -10. Update the batch status spreadsheet. Move to [SOP prioritization](SOP_prioritization.md). +10. Move the bcbio related parameter and config files into the results directory, leaving the family and PED files for the prioritization step. + +``` +cd $OUTPUT_DIR/${short_project_id}_${version} +mkdir -p config +mv $CONFIG_DIR/${short_project_id}_${version}* config/ +mkdir -p params +mv $PARAMS_DIR/${short_project_id}_${version}* params/ +``` + +11. Update the batch status spreadsheet. Move to [SOP prioritization](SOP_prioritization.md).