RFS: augustus -- gene prediction in eukaryotic genomes

2016-04-02 Thread Sascha Steinbiss
Hi all, I have prepared a version of AUGUSTUS in git. It builds three binary packages: - augustus, with the main binaries - augustus-data, containing pre-built species parameters for the most common organisms, - augustus-doc, which contains documentation such as manual-style READMEs and HTML

Re: RFS: augustus -- gene prediction in eukaryotic genomes

2016-04-02 Thread Afif Elghraoui
Hi, Sascha, على السبت 2 نيسـان 2016 ‫13:56، كتب Sascha Steinbiss: > Could anyone probably take a look, please? I’d be happy to address any > remaining issues. > This looks very nice. I didn't want to change things that could just be your stylistic preferences, but in your debian/rules, you hav

Re: RFS: augustus -- gene prediction in eukaryotic genomes

2016-04-02 Thread Sascha Steinbiss
Hi Afif, thanks for your quick review & reply! […] > where the cd $(CURDIR) lines are unnecessary-- every line in the Make > recipe is called in a fresh shell that will already be in the top-level > directory. True. Changed this to the more idiomatic $(MAKE) -C syntax anyway. > Also, you could