Here is the error I get. I am running this on an ubuntu ec2 instance with 500Gb of space, more than 32 Gb of memory, and more that 16 cores. I have googled the error and can't seem to figure out what the cause is exactly.
`Oct 16 21:13:08 ..... started STAR run
Oct 16 21:13:08 ..... loading genome
Oct 16 21:13:24 ..... started mapping
Oct 16 21:13:27 ..... started sorting BAM
EXITING because of FATAL ERROR: number of bytes expected from the BAM bin does not agree with the actual size on disk: 228 0 46
Oct 16 21:13:27 ...... FATAL ERROR, exiting
EXITING because of FATAL ERROR: number of bytes expected from the BAM bin does not agree with the actual size on disk: 918 0 48
Hi,
I get the following error when I run the docker image with test samples.
docker run -it -v $(realpath inputs):/inputs -v $(realpath outputs):/outputs -v $(realpath reference-genome):/reference-genome openvax/neoantigen-vaccine-pipeline:0.6.2 --configfile=/inputs/idh1_config.yaml
Here is the error I get. I am running this on an ubuntu ec2 instance with 500Gb of space, more than 32 Gb of memory, and more that 16 cores. I have googled the error and can't seem to figure out what the cause is exactly.
`Oct 16 21:13:08 ..... started STAR run Oct 16 21:13:08 ..... loading genome Oct 16 21:13:24 ..... started mapping Oct 16 21:13:27 ..... started sorting BAM
EXITING because of FATAL ERROR: number of bytes expected from the BAM bin does not agree with the actual size on disk: 228 0 46
Oct 16 21:13:27 ...... FATAL ERROR, exiting
EXITING because of FATAL ERROR: number of bytes expected from the BAM bin does not agree with the actual size on disk: 918 0 48
Oct 16 21:13:27 ...... FATAL ERROR, exiting`