Skip to content

Plink pheno#25

Open
nicholema wants to merge 14 commits intomainfrom
plink_pheno
Open

Plink pheno#25
nicholema wants to merge 14 commits intomainfrom
plink_pheno

Conversation

@nicholema
Copy link
Collaborator

add script to convert phenotype_covar.csv to plink friendly version

@nicholema nicholema requested review from aryarm and gymreklab October 21, 2024 16:08
@aryarm
Copy link
Member

aryarm commented Oct 23, 2024

Looks great! My only comment is that perhaps it might be helpful to have the other inputs (ancestry file, covar file) as command line argument in case you ever want to specify them via the command line? But no worries, if not

Update: oops I just realized that you're already doing that. Nevermind me

parser.add_argument("--GQ", help="Apply minimun genotype score QC", type=int, default=20)
args = parser.parse_args()

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants