phyloacc / PhyloAcc

PhyloAcc a software to detect the changes of conservation of a genomic region
GNU General Public License v3.0
26 stars 12 forks source link

Fix bug for compilers pre g++ version 7, some more conda setup #31

Closed gwct closed 2 years ago

gwct commented 2 years ago

This pull request has commits that:

  1. Fixes a bug related to compiling on g++ versions lower than 7 -- See #17
  2. Removes the conda recipe and build scripts, which will now live in our fork of bioconda-recipes
  3. Removed the file _config.yml since it didn't seem to be doing anything
gwct commented 2 years ago

@xyz111131 when you get a chance can you have a quick look to make sure the changes I made to bpp_c2.c pp don't affect anything downstream in the program? I don't think they will, so just a glance should do.

xyz111131 commented 2 years ago

yeah, the changes should be fine.