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

Update SOP_alignment_variant_annotation.md

parent e10de0f1
No related branches found
No related tags found
1 merge request!3Ultra 2 SOP/doc updates
......@@ -255,7 +255,7 @@ sbatch --export=PROJECT_ID=$project_id,VERSION=$version,CONFIG_SH=$SCRIPTS/trio_
```
cd $OUTPUT_DIR/${short_project_id}_${version}
rm families/*/*.bam*
rm families/*/*/*.bam*
```
12. Clean up. Clear the work and logs directories. Move the bcbio YAML configuration files into the results folder for the project. Retain reads for samples in families where one sample has failed QC, using a list `retain\_for\_rerun.txt`. These will likely be required for later runs, and it is simpler to regenerate config YAML files if it is not necessary to re-do symlinks/read merging.
......@@ -267,6 +267,9 @@ rm -r *
cd $LOGS_DIR
rm -r *
cd $PARAMS_DIR
rm -r *
mkdir -p $OUTPUT_DIR/${short_project_id}_${version}/config/
mv $CONFIG_DIR/${short_project_id}_${version}*.yaml $OUTPUT_DIR/${short_project_id}_${version}/config/
......
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