|
Posted
about 11 years
ago
by
Mark A. Jensen
Hearing no objections, I've merged topic/move_WrapperBase with master.
I will proceed to remove WrapperBase and friends from bioperl-live.
MAJ
On 2014-08-23 15:29, Mark A. Jensen wrote:
_______________________________________________
Bioperl-l
|
|
Posted
about 11 years
ago
by
Mark A. Jensen
All,
Can people have a look at bioperl/bioperl-run branch
topic/move_WrapperBase
(https://github.com/bioperl/bioperl-run/tree/topic/move_WrapperBase) and
see what they think. I used filter-branch to generate a (local clone of)
bioperl-live
|
|
Posted
about 11 years
ago
by
Fields, Christopher J
No updates to 1.6.x if they have been moved out (with the exception of Bio::Root).
We need to end-of-life 1.6.x at some point. It's worth having a meeting to talk about what needs to be done and to maybe discuss 1.7.x(Google or IRC). IRC may be
|
|
Posted
about 11 years
ago
by
Mark A Jensen
_______________________________________________
Bioperl-l mailing list
Bioperl-l< at >mailman.open-bio.org
http://mailman.open-bio.org/mailman/listinfo/bioperl-l
|
|
Posted
about 11 years
ago
by
Francisco J. Ossandón
I have also looked
I don't mind the moving of those modules but I would like to ask something. Any future updates to the moved modules should also be added, if possible, to the modules that will remain v1.6.x branch? Or their development would be
|
|
Posted
about 11 years
ago
by
Fields, Christopher J
Actually, it might be better to have all the BLAST-related stuff as one distribution, unless we can get bioperl-run installing much more cleanly (little overhead with few dependencies). Is that what you want to do? If so: cool!
You should have
|
|
Posted
about 11 years
ago
by
Mark A. Jensen
Thanks Chris-- yes, you must be right. I just did a quick grep for
"StandAloneBlast" in the modules. I will verify and leave bl2seq alone.
Will do everything in branches and then give the signal-
cheers MAJ
On 2014-08-21 23:50, Fields, Christopher J
|
|
Posted
about 11 years
ago
by
Fields, Christopher J
Agreed. Also, I think you mean that StandAloneBlast has a dependency on AlignIO::bl2seq, not the other way around, correct? At least, I didn’t see anything there.
If no one objects to it (give it a day), I say go ahead and move it over.
chris
|
|
Posted
about 11 years
ago
by
George Hartzell
> [...]
> My simple proposal is to move these three modules from bioperl-live to
> bioperl-run. (Only AlignIO/bl2seq.pm depends on StandAloneBlast, btw).
>
> Thoughts?
> [...]
Speaking from a safe distance, that sounds *wonderful*.
g.
|
|
Posted
about 11 years
ago
by
Mark A. Jensen
All,
I'm starting to look at cleaning up bioperl-run so that, e.g., tests
don't bork without a reasonable error message, are skipped
appropriately, etc. As I do this, I'm finding that to fix certain
issues, I need to consider mods to
|