Closed smshuai closed 3 years ago
Dockerfile asked for several .txt files that do not exist. Right now using empty files to build.
Dockerfile
COPY src/index.txt /resources COPY src/index_tab.txt /resources COPY src/txt_covered_all_coverage.txt /resources COPY src/QC_gender_example.txt /resources
To avoid segmentation error at step2
cool, I've updated the main branch to include blank files - hopefully that solves this issue.
we may want to add an automatic check on the BAM files for the index file at some point...
Dockerfile
asked for several .txt files that do not exist. Right now using empty files to build.To avoid segmentation error at step2