alumi
alumi
I found a issue opened for [htslib](https://github.com/samtools/htslib/issues/59).
Thank you for the feature request! Unfortunately, we don't have enough time to add support for the CRAM file format at this time. However, we will keep this in mind...
- 🙆♂️ `java -jar ./target/cljam-0.8.5-SNAPSHOT-standalone.jar dict ./test-resources/fasta/test.fa /dev/stdout` - 🙅♂️ `./target/cljam dict ./test-resources/fasta/test.fa /dev/stdout` - 🙅♂️ `java -Xbootclasspath/a:./target/cljam-0.8.5-SNAPSHOT-standalone.jar cljam.tools.main dict ./test-resources/fasta/test.fa /dev/stdout`
- [When loading the class `org.apache.commons.compress.utils.OsgiUtils`, its static initializer calls `getClassLoader`](https://github.com/apache/commons-compress/blob/b19df3e5b9a85000cf46be3afd998fc58c0ea538/src/main/java/org/apache/commons/compress/utils/OsgiUtils.java#L31) but the return value will be `null` when the class is loaded by a bootstrap classloader. - [`lein-binplus` adds...
@totakke Thank you for reporting the bug! I created a PR for this issue just now. I also sent a PR to commons-compress. The `:bootclasspath` option can be re-enabled if...
Fixed by 38b7918