Closed garyzhubc closed 2 years ago
I have my files stored at /Users/garyzhubc/Desktop but I couldn't locate these files as input when I do:
/Users/garyzhubc/Desktop
docker exec -w /Users/garyzhubc/Desktop d7501bd45226 /usr/local/bin/step2_SPAtests.R \ --bgenFile=ukb_imp_chr1_v3_pruned_reduced.bgen \ --bgenFileIndex=ukb_imp_chr1_v3_pruned_reduced.bgen.bgi \ --sampleFile=ukb_imp_chr1_v3_pruned_reduced.sample \ --chrom=1 \ --minMAF=0 \ --minMAC=0.5 \ --maxMAFforGroupTest=0.01 \ --GMMATmodelFile=./output/example_quantitative.rda \ --varianceRatioFile=./output/example_quantitative_cate.varianceRatio.txt \ --SAIGEOutputFile=./output/example_quantitative.SAIGE.gene.txt \ --numLinesOutput=1 \ --groupFile=group_file.tsv \ --sparseSigmaFile=./output/example_quantitative_cate.varianceRatio.txt_relatednessCutoff_0.125_2000_randomMarkersUsed.sparseSigma.mtx \ --IsSingleVarinGroupTest=TRUE \ --LOCO=FALSE
You will need mount the external folder to the docker container in order to access the files.
I have my files stored at
/Users/garyzhubc/Desktop
but I couldn't locate these files as input when I do: