Thank you very much for your comment. I appreciate your response. I have tried just the way you instructed by specifying the out directory.
OUTPUT_DIR=/mnt/c/Users/main_data/Documents/genome_analyis/scd
end of path specification
gcta64 --mlma-loco --bfile data_qc_filtered_maf_excluded --pheno int_phenotype.txt --covar gender_covariate.txt --qcovar age_pcs_q_covariate.txt --out ${OUT_PUT}/GCTA_results --thread-num 10 ${OUT_PUT>
This is what I get.
Accepted options: --mlma-loco --bfile data_qc_filtered_maf_excluded --pheno int_phenotype.txt --covar gender_covariate.txt --qcovar age_10pcs_q_covariate.txt --out /mnt/c/Users/main_data/Documents/genome_analyis/scd/GCTA_results --thread-num 10
Note: the program will be running on 10 threads.
Reading PLINK FAM file from [data_qc_filtered_maf_excluded.fam]. 1890 individuals to be included from [data_qc_filtered_maf_excluded.fam]. Reading PLINK BIM file from [data_qc_filtered_maf_excluded.bim]. 14442844 SNPs to be included from [data_qc_filtered_maf_excluded.bim]. gcta_analysis_v2.sh: line 30: 1041 Killed gcta64 --mlma-loco --bfile data_qc_filtered_maf_excluded --pheno int_phenotype.txt --covar gender_covariate.txt --qcovar age_10pcs_q_covariate.txt --out ${OUTPUT_DIR}/GCTA_results --thread-num 10 Thank you