Open jollymrt opened 3 years ago
In docker for mac, disk access is very slow. Changing the location of the temporary files may speed up the process.
for example:
docker run --rm -v /Users/jshrivastava/IMSindel/test_data_FT-5231103:/data imsindel --bam /data/FT-5231103_PRD_201205_A00284_0203_BHNYMMDSXY_IDTxGenIdp4C_BX-ES1166850_5231103_5231103_realigned_nodups.bam --chr chr22 --outd /data --reffa /data/hg19.fa --indelsize 10000. --thread 6 --temp /dev/shm
I am running IMSIndel on docker as
docker run --rm -v /Users/jshrivastava/IMSindel/test_data_FT-5231103:/data imsindel --bam /data/FT-5231103_PRD_201205_A00284_0203_BHNYMMDSXY_IDTxGenIdp4C_BX-ES1166850_5231103_5231103_realigned_nodups.bam --chr chr22 --outd /data --reffa /data/hg19.fa --indelsize 10000. --thread 6
I am running it on my mac book with 8gb ram and 1.4 GHz Quad-Core Intel Core i5 processor. Is it suppose to take this long? According to your paper it finished for all the chromosomes in 7.4 hrs.
IMSIndel runs the first 4 commands in 1/2 hour but then for the consensus reads sits forever. I had to kill it after 18 hrs.