Closed maxemil closed 7 years ago
Hi Max Emil,
Sorry about the mess, I just pushed the two files. Regarding the docker, I'll look into it tomorrow. Thanks for your messages and sorry again!
Bastien
Hi Bastien,
Thanks for the quick reply! It compiles well now!
I will start testing with some of our data now, but i am wondering what would be the syntax of the fractionMissing.txt
file? Something like this for all leaves present?:
genome1<tab>0.1
genome2<tab>0.05
...
And then I would invoke with ALEml_undated $species_tree $ale_object fraction_missing="fractionMissing.txt"
?
thanks again for the work!
Hi Max Emil,
It would be: genome1:0.1 genome2:0.05 ... but I have yet to test it! So far all I checked was that the results were still the same as before when the fraction of missing genes was not provided, I have not yet checked what happens when they are provided...
Hi Bastien, great! It runs fine so far with a sample file that i created, but i still have to see how the real data behaves and what changes in comparison to the previous version.
/max emil
Hej @Boussau, I just saw that you pushed an update to include fraction of missing genes in incomplete genomes! That's great! However, i guess its still a work in progress, as i am unable to build ALE with docker, getting the folowing error:
also, i needed to change the first RUN command in the Dockerfile to
as i was getting
excited to try out the version that deals with incomplete genomes!