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

Fixed peddy parsing script for ultra2

parent d6e57bdf
No related branches found
No related tags found
1 merge request!3Ultra 2 SOP/doc updates
...@@ -192,10 +192,11 @@ batch_id=<batch_id> ...@@ -192,10 +192,11 @@ batch_id=<batch_id>
perl $SCRIPTS/trio_whole_exome_parse_peddy_ped_csv.pl \ perl $SCRIPTS/trio_whole_exome_parse_peddy_ped_csv.pl \
--output ../qc/${short_project_id}_${version}.ped_check.txt \ --output ../qc/${short_project_id}_${version}.ped_check.txt \
--project $project_id \ --project $short_project_id \
--batch $batch_id \ --batch $batch_id \
--version $version \ --version $version \
--ped $PARAMS_DIR/$project_id.ped --ped ../params/$project_id.ped
--families .
grep -v False$ ../qc/${short_project_id}_${version}.ped_check.txt grep -v False$ ../qc/${short_project_id}_${version}.ped_check.txt
``` ```
......
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