-
We're currently at version 1.7.7. Release notes for 1.8.0 here
https://github.com/apache/avro/blob/master/CHANGES.txt
-
When I do `clean package` and try to run the example from the README file, this is what I get:
```
$ scripts/guacamole germline-threshold --reads src/test/resources/chrM.sorted.bam --out /tmp/result.…
-
When converting from a SAM record to an ADAM record, we flatten the already parsed collection of tags into a string. This incurs a (seemingly significant) memory/performance overhead and leaves the ta…
-
Not sure if this really matters, but just wanted to address that the `Symbol` class in the new `Alphabet` machinery includes a "complement" field, which doesn't make sense for proteins or other things…
-
Hi,
I've a netmap application routing (it takes my bgp routes, like netmap-fwd), but when i start it netmap just crash the system. I turned on kernel debug mode on FreeBSD and i can see the following…
-
I ran these code (https://github.com/FusionWorks/jbrowse-adam), run by SBT
scala> AdamConverter.vcfToADAM("file:///home/leonis/jbrowse-adam-alldata/biodtfs/dbsnp_b37_20.vcf", "file:///home/leonis/dbs…
-
I tried this, based on the install from source instructions and typical Python `setup.py` usage:
```
$ git clone https://github.com/common-workflow-language/cwltool.git
...
$ cd cwltool
$ python2.7 s…
-
Hello,
I'm trying to create a working netmap package for OpenWrt. With modifications to the provided Makefile netmap successfully compiles for various architectures supported by OpenWrt.
I want a wo…
-
Hi Tao,
After MACS2, I want to run CEAS, and I found MACS2 give bdg and narrowpeak, so how can I change bdg to wig file and narrowpeak to bed file? I tried to run MACS and got bed and wig, but the pe…
-
Hello ,
I’m new to netmap where I’m trying to insert netmap.ko module after compiling my kernel and I’m shown with the following error:
netmap: Unknown symbol split_page (err 0)
Here are the …