Skip to content
Snippets Groups Projects
Commit 56114894 authored by Manavalan Gajapathy's avatar Manavalan Gajapathy
Browse files

usage command

parent 47ebad16
No related branches found
No related tags found
1 merge request!2QC under one umbrella (well mostly) under QuaC
...@@ -8,7 +8,8 @@ ml Anaconda3 ...@@ -8,7 +8,8 @@ ml Anaconda3
conda activate quac_common conda activate quac_common
# Example # Example
python src/create_dummy_ped.py --project_path "/data/project/worthey_lab/projects/CF_CFF_PFarrell/" --outfile test.ped PROJECT="CF_TLOAF_PFarrell"
python src/create_dummy_ped.py --project_path "/data/project/worthey_lab/projects/${PROJECT}/" --outfile "data/raw/ped/${PROJECT}.ped"
""" """
from pathlib import Path from pathlib import Path
......
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