Closed matthiasblanke closed 3 years ago
Dear Matthias, Thank you for this ! Really appreciated ! We will carefully review your code and merge it afterwards.
@matthiasblanke Concerning the java side, yes please, do a pull request to this other repo. I'm just surprisd you had to do something there, it's intended to be independant. What was the nature of the change ?
Thanks for the fast response. I did another PR at the PEWO_java repo with my changes - maybe they are unnecessary or there is a better way to do it though... If you need any help or more info please let me know.
Oh, I see. Indeed, I will have to change these few lines that were initially for debugging purposes... Thank you for pointing it !
Hello,
Good job! I'd just ask one more thing... Our Travis CI runs two pipelines travis/tests/1_...
, travis/tests/2_...
on every push, making sure it's possible to build and run those toy examples in the isolated environment. In your request you did not change config files of those, and App-SpaM is not tested with CI. "All checks have passed" does not tell anything about App-SpaM yet.
Could you please add App-SpaM there as well? Do not forget to include App-SpaM in test_soft
.
Thanks
Ah, I didn't notice those.. added it to the two config files; looks like it worked?
Our Travis CI runs two pipelines
travis/tests/1_...
,travis/tests/2_...
on every push, making sure it's possible to build and run those toy examples in the isolated environment. In your request you did not change config files of those, and App-SpaM is not tested with CI.
Good point, we need to add this in the developer documentation. I'm adding an issue for this.
Hi everybody, finally we have cleaned up App-SpaM and added it to bioconda. Hence, we would also appreciate to have it added to PEWO. AFAIK I followed all developer instructions, if you find any errors I should fix just let me know. I also had to make some small adjustments in the PEWO_java submodule but couldn't figure out how to include them here - should I just do another pull request at the other repo?