Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X chromosome #12

Open
KatieSaxby46 opened this issue Oct 20, 2021 · 0 comments
Open

X chromosome #12

KatieSaxby46 opened this issue Oct 20, 2021 · 0 comments
Assignees

Comments

@KatieSaxby46
Copy link

As my data includes the X chromosome I needed to comment out line 3 below and remove the # from line 2.

echo "Analysing the phenotype ${PHENOTYPE}."
# for CHR in $(seq 1 22) X; do
for CHR in $(seq 1 22); do

Could this part of analyser.sh become automated, so if 'data....chrX' exists then for CHR in $(seq 1 22) X; do
I also didn't initially realise that I needed to specify IMPUTEDDATA_CHRX, OR SAMPLEFILE_CHR_X

@swvanderlaan swvanderlaan self-assigned this May 22, 2024
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

No branches or pull requests

2 participants