-
AFAICT, files larger than 4.2 GB are not actually supported because we need to pass: `ZIP_CM_DEFLATE64` to zip_open, but that's not possible via `zip.open`
I can open a PR changing:
```
proc open…
-
https://github.com/VasiliBaranov/packing-generation
https://github.com/VasiliBaranov/packing-generation/issues/15#issuecomment-558380097
-
On the Uintah-build.chpc.utah.edu:
`cmake ../src \
-D ASSERTION_LEVEL=0 \
-D ENABLE_EXAMPLES=ON \
-D ENABLE_ICE=ON \
-D ENABLE_MPM=ON \
-D STATIC_BUILD=OFF \
…
-
Please add the flag `-fp-model precise' to CFLAGS whenever the Intel compilers are specified.
` if test "$USING_ICC" = yes; then
extra_cflags="-fp-model precise ${extra_cflags}"
add_impor…
-
### Describe the bug
1. List the steps someone needs to take to reproduce the bug.
Western US test case based on Raczka et al., 2021, can lead to SIF NaN values during CLM-DART assimilation…
-
Hello,
I've been attempting to use RELION's tomography suite for sub tomogram averaging. However I've consistently run into difficulties using the Reconstruction modality. I've been following Relion/…
-
Dear Chris,
Thank you for developing and maintaining the repository.
I have a question regarding iterations fastq files.
I am running the MITObim on 126G file.
I am wondering if the size of fast…
ghost updated
5 years ago
-
:bug: Your bug may already be reported!
Please search on the [issue tracker](https://github.com/NCAR/DART/issues) before creating a new issue.
### Describe the bug
This is not a bug in DART. This…
-
When calculating phiX error rates, we're consistently seeing what appears to be artifacts at cycles 20, 52, 65, and 136 whenever we use NextSeq data. Generally the spikes are more pronounced in read 2…
-
Hi there,
We have plans on running a few hundreds of complexes (some relatively big) and we've been trying to set up a pipeline to run locally on our HPC (actual local run not remote access to the …