Awesome, thanks!
--
Michael R. Crusoe ; he/him
https://orcid.org/-0002-2961-9670
CWL Project Leader, Software Freedom Conservancy, Common Workflow Language
project
Promovendus, VU Amsterdam, Computer Systems & Bioinformatics
Project Leader Compute Platform in ELIXIR-NL, DTL Projects
ELIXIR-DE
Done and uploaded!
On Thu, Oct 14, 2021 at 11:13 AM Andreas Tille wrote:
> Hi Michael,
>
> I upgraded minimap2 in Git which is now at version 2.22 (we had 2.17)
> and had obviously incorporated simde inside the code so several chunks
> of your simde patch do not apply. Since I'm not educated ab
I would advocate for a local copy (if missing) and an environment variable
to override so that users can get a newer/different version.
I would also encourage upstream to find a way to embed a hash + download
date in their logs and outputs, if possible.
We should also ask PDB to version their fil
Hey Nilesh.
Thanks for thinking about this. SSE2 is part of the amd64 baseline, so it
is fine.
I guess we could adjust that d/rules to more clearly make a `-plain` on
both amd64 & i386. It is a bit out of date from the style I have been using
more recently.
So you could update it, but there is n
On Mon, 1 Mar 2021 at 14:15, Nilesh Patra wrote:
> Hi Michael
>
> On Mon, 1 Mar, 2021, 5:06 pm Michael Crusoe,
> wrote:
>
>> Hello Nilesh!
>>
>> Thank you for noticing this.
>>
>> Please add entries to debian/changelog in the future. I use `dch
Hello Nilesh!
Thank you for noticing this.
Please add entries to debian/changelog in the future. I use `dch 'changed a
thing'` followed by `debcommit -a` instead of using `git commit`, to ensure
I document my changes.
In your patch you removed `-O3`, I've put that back to simplify the patch.
It
I strongly prefer a separate branch for experimental, to avoid commit
reverts and the like.
My assumption is that all commits to the primary branch are tested and
ready to go and I wish more people used other branches for aspirational or
untested changes (like new releases from upstream). To be fa
feel like I generated a lot of noise while the issue could be
> solved with little change actually, I apologize for this but am
> grateful for your time.
>
I enjoyed the conversation, so please don't hold back!
> Michael Crusoe, on 2021-01-30 19:31:42 +0100:
> > If it is trul
On Sat, 30 Jan 2021 at 17:18, Étienne Mollier
wrote:
> Hi Michael,
>
> Michael Crusoe, on 2021-01-30 16:51:27 +0100:
> > On Sat, 30 Jan 2021 at 14:33, Étienne Mollier <
> etienne.moll...@mailoo.org>
> > wrote:
>
> > > [1] https://salsa.debian.org/me
On Sat, 30 Jan 2021 at 14:33, Étienne Mollier
wrote:
> Hi Michael, and people at ease with architecture ports,
>
Hello!
The package brian[1] has a mechanism based on the GSL which does
> some sort of compilation just-in-time. The default set of build
> flags works rather well on all flavors of
Hey Étienne!
You are faster than me! Thanks for fixing this. I granted you upload
permissions. Cheers!
On Sat, 30 Jan 2021 at 11:51, Étienne Mollier
wrote:
> Good day,
>
> I enabled i386 support on python-cutadapt 3.2-2. This should
> allow the package to migrate to Testing. Changes are avail
On Tue, 26 Jan 2021 at 12:27, Michael Crusoe
wrote:
> FYI: python-cogent requires numba, numba (which is a just-in-time compiler
> for Python) got removed from testing for not supporting Python 3.9 yet.
>
> They finally backported a patch for numba, but the numba armhf tests are
>
FYI: python-cogent requires numba, numba (which is a just-in-time compiler
for Python) got removed from testing for not supporting Python 3.9 yet.
They finally backported a patch for numba, but the numba armhf tests are
failing https://qa.debian.org/excuses.php?package=numba They tried to work
aro
bowtie2 segfaults for me if eatmydata and/or cowbuilder are being used, so
try with clearing out LD_PRELOAD first
Dear Nilesh,
Thanks again for doing this.
Don't forget step 8 of https://wiki.debian.org/SIMDEverywhere#Approach ;
I've updated the sample scripts for multi-compiling x86 at different SIMD
levels
Please also update https://wiki.debian.org/SIMDEverywhere#Packages_Status &
https://wiki.debian.org/
On Mon, 7 Dec 2020 at 12:44, Nilesh Patra wrote:
> Hi again,
>
> Since that didn't work, I manually added a typedef definition for it, and
> it works now on both am64 machine and arm64 porter box - with passing
> build-time tests.
> I've pushed to salsa.
>
Ah, good thing I used a different branc
On Mon, 7 Dec 2020 at 11:49, Nilesh Patra wrote:
> Hi Michael
>
> Thanks for the hint, I did this (not yet pushed):
>
> -#include
> -
> /* yes I know, the top of this file is quite ugly */
>
> +define SIMDE_ENABLE_NATIVE_ALIASES
> +#include
>
> But I end up with the same error that I pasted ea
Hey Nilesh,
No problem for me when you ask for help!
I suspect that
https://salsa.debian.org/med-team/scrappie/-/commit/a00691d910110a460ef5e61a6c74cc2cb0e1a626#5dc91bdd30262777c0556235b73413cd5865a144_0_31
is the issue
You should add the regular simde includes here, so that v4sf typedef works
d
box I say you are good to go!
--
Michael R. Crusoe
On Sun, Dec 6, 2020, 12:36 Nilesh Patra wrote:
>
>
> On Sun, 6 Dec 2020 at 01:49, Michael Crusoe
> wrote:
>
>> Looks good to me!
>>
>
> Thanks a lot! Could you also once look at my fixes for ngmlr here[1]?
>
Looks good to me!
On Sat, 5 Dec 2020 at 21:01, Nilesh Patra wrote:
> Hi,
>
> Plast currently has a RC bug[1] filed for FTBFS on arm64 arch(despite
> Arch: any-amd64 x32 in control file)
>
> I observed that this was using {e,p}mmintrin.h and hence I tried applying
> Michael's simde trick to make
-0500, Andreas Tille , wrote:
>
> Hi,
>
> On Tue, Feb 05, 2019 at 11:17:25AM +0200, Michael Crusoe wrote:
>
> We packaged rapmap for Debian because we were packaging salmon as well.
> Looks like we adopted the numbering of the salmon-v* release of rapmap
> (recently 0.12) so thi
icard run on multiple CPUs.
> https://github.com/broadinstitute/picard/issues/1467
>
> On Sat, Feb 8, 2020 at 4:39 PM Michael Crusoe
> wrote:
> >
> > Oh, I was mistaken about the GATK link.
> >
> > picard-tools depends on gkl, and igv and artemis depend on pic
Dear Maarten,
I know how frustrating it can be!
Does
https://ci.debian.net/doc/file.MAINTAINERS.html#label-How+can+I+reproduce+the+test+run+locally-3F
help? I use both the pbuilder hook and sbuild with lxc setups.
The pbuilder hook is convenient as it gets run everytime I build a package
with pb
I would recommend getting as many components of
http://covid19.genenetwork.org/ packaged for Debian as possible.
Workflows are at
https://github.com/hpobio-lab/viral-analysis/tree/master/cwl/pangenome-generate
Maybe someone can start by identifying the software used and seeing which
is already pa
Thanks for the invitation. I'm on vacation until September 28th so I won't
be able to join.
--
Michael R. Crusoe
On Fri, Sep 18, 2020, 13:38 Andreas Tille wrote:
> Hi,
>
> in case you might be interested in dealing with test data for Debian
> Med it would be great if you would join our meeting
The newer range-v3 package has been accepted into the archive. If that
doesn't work, then we may need to switch back to the code copy.
--
Michael R. Crusoe
On Sun, Aug 16, 2020, 22:04 Aaron M. Ucko wrote:
> Andreas Tille writes:
>
> > make[4]: *** [test/view/CMakeFiles/view.chunk.dir/build.mak
tags 966433 pending
tags 966270 pending
thanks
I've got a fixed version of a release candidate of seqan3 3.0.2 in salsa.
However it needs an updated range-v3 which has yet to be uploaded: see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968053
I can upload the seqan3 3.0.2 release candidate
Hey Charles,
Here is what I do in this circumstance.
1. `quilt pop -a` to remove all patches
2. `quilt push` one patch at a time. If I see that there was any fuzzing,
then I do a `quilt refresh` before the next `quilt push`.
3. If a patch does apply cleanly I investigate to see if it should be
re
On Wed, Jul 8, 2020 at 3:16 PM Tony Travis <
tony.tra...@minke-informatics.co.uk> wrote:
> Re: https://github.com/keylabivdc/VIP
>
> Hi,
>
Hey Tony,
> Does anyone have experience of running VIP?
>
I don't, but I've taken a look.
> I've been trying to get it working under Ubuntu 18.04/20.04 w
When a git submodule is being used, please check the exact commit
referenced in the repository. In this case raxml-ng uses
https://github.com/ddarriba/pll-modules/commit/7a0715a7d8e3c30ae86819425e876d96949d3f4d
(from 2019-11-27, from the 'dev' branch, but not the latest commit from
that branch) and
[I'm cc'ing the Debian Med mailing list as your email contains no private
information]
Dear Giulio,
It is nice to hear that you are finding the Debian package of bcftools
useful. The correct way to request support from the volunteer contributors
to Debian is to documented at https://www.debian.or
Thank you Andreas for drafting this announcement, I committed some small
tweaks.
We should list explicitly when we are having video chats. I recommend at
least 3: beginning, middle, and end.
This provides a nice opportunity to meet new contributors.
Can you pick times that work for you and add t
On Fri, May 22, 2020 at 5:30 PM Steffen Möller
wrote:
> Hello,
>
> https://github.com/ComparativeGenomicsToolkit/sonLib should be the same
> as / cleaned-up version of
> https://github.com/benedictpaten/sonLib
The later is currently a code copy in https://tracker.debian.org/pkg/vg It
is also no
oe
> Changes:
> staden-io-lib (1.14.12-1) unstable; urgency=medium
> .
>* Team upload.
> .
>[ Michael Crusoe ]
>* New upstream version
>* Standards-Version: 4.5.0 (routine-update)
>* debhelper-compat 12 (routine-update)
>* Remove many patches incorpo
Hey Jun,
Thanks for this.
Yes, any package in https://wiki.debian.org/SIMDEverywhere#Packages_Status
that lists "Not yet" under "Patches sent upstream?" is available for
sending a PR
On Mon, May 18, 2020 at 11:01 AM Jun Aruga wrote:
> Hi,
>
> Thanks for adding simde patch to support minimap2 a
On Fri, May 8, 2020 at 2:27 PM Étienne Mollier
wrote:
> Good day,
>
>
> I have not forwarded the patch for the moment, since reporting
> bugs requires posting in a Google Group that forbids contact
> through email, and I have no Google account for the moment, at
> least none usable to my knowledg
Here's a version of Debian's SIMD Everywhere patch as a pull request for
MMseqs2 https://github.com/soedinglab/MMseqs2/pull/309
On Fri, May 8, 2020 at 9:15 PM Michael Crusoe
wrote:
> [replying on the debian-med list with permission. Please keep Martin and
> Milot CC'd as
[replying on the debian-med list with permission. Please keep Martin and
Milot CC'd as they do not subscribe]
On Fri, May 8, 2020 at 7:36 PM Milot Mirdita wrote:
> Hi Michael,
>
> I am a developer on the MMseqs2 team and I saw your tweet regarding the
> AWS ARM64 machines earlier and checked on
r core competency.
> > I am not sure we can make it happen, but it might be worth trying to ask.
> >
> >> On Mon, Apr 27, 2020 at 04:21:12PM +0200, Michael Crusoe wrote:
> >>> Extracting the linked deb, one finds a binary and a very restrictive
> >>> l
Extracting the linked deb, one finds a binary and a very restrictive
license. I do not believe that guppy source code is available nor it is
likely to become available any time soon.
While some of their other basecallers have source code available, I would
not call the license OSS:
https://github.
On Sat, Apr 25, 2020, 12:36 Mo Zhou wrote:
> Hi Tille,
>
> Is there any COVID-19 package using pytorch blocked due to its absense?
>
> A good news is that I've managed to strip the whole third_party/
> directory of src:pytorch, and started to forward my patches to upstream[1].
> When all my modif
I'm not seeing a successful build on big-endian. Of the offically supported
architectures, only s390x is big-endian and it's build is disabled.
--
Michael R. Crusoe
On Sat, Apr 11, 2020, 20:52 Liubov Chuprikova
wrote:
> Hi Andreas,
>
> It looks like the upstream fixed the issue in some recent v
Hello all!
Today is last formal day of the 2020 COVID-19 BioHackathon, and I am really
impressed with everything we have accomplished this week!
Please give yourself credit for all your work by adding your name and a few
sentences about what you did to
https://salsa.debian.org/med-team/community/
I'm not against it, as long as it doesn't break any existing packages
--
Michael R. Crusoe
On Fri, Apr 10, 2020, 00:31 Nilesh Patra wrote:
> Hiya,
>
> The upstream of libssw has version - 1.24 [1] mentioned in their code, and
> it seems the haven't made the releases properly.
> (This is not the
Yes, see
https://salsa.debian.org/med-team/salmon/-/blob/master/debian/changelog#L10
for the latest TODO notice about the new puffefish dependency
On Wed, Apr 8, 2020 at 6:14 PM Ben Tris wrote:
> https://tracker.debian.org/pkg/salmon
>
> This package seems regularly updated now v1.1.0:
>
> https
https://salsa.debian.org/ci-team/autopkgtest/raw/master/doc/README.package-tests.rst
In general, tests are also allowed to access the internet. As this
> usually makes tests less reliable, this should be kept to a minimum; but
> for many packages their main purpose is to interact with remote web
>
--
Michael R. Crusoe
On Tue, Apr 7, 2020, 03:27 timsn_thtree_net wrote:
> Hi Andreas,
>
> Not certain what distro/config streamlit was made in, but the Makefile
> assumes that pip = pip3, and it looks like they really want python 3.8,
> but things seem to move ahead with the 3.7.3 version instal
Thanka for catching that!
It is arch:any for now, but I'll make it arch: all once we get a full build
passing everywhere.
--
Michael R. Crusoe
On Thu, Apr 2, 2020, 11:36 Andreas Tille wrote:
> On Thu, Apr 02, 2020 at 10:28:08AM +0200, Michael Crusoe wrote:
> &g
gbp clone g...@salsa.debian.org:med-team/simde.git
Thanks!
--
Michael R. Crusoe
Hello,
Kalign 3.x now uses SSE and other SIMD intrinsics and its build was also
violating the baseline for AMD64 and i386 by applying the CPU features of
the processor, so I've applied the SIMD Everywhere magic to it. I also
fixed the hardening of the build as it was throwing out our CFLAGS.
gbp
gbp clone g...@salsa.debian.org:science-team/routine-update.git
Thanks!
--
Michael R. Crusoe
FYI
-- Forwarded message -
From: Hans Ienasescu
Date: Wed, Mar 25, 2020 at 5:50 PM
Subject: [bio-tools/biotoolsRegistry] bio.tools COVID-19 tools list (#505)
This issue is a placeholder for a discussion related to the bio.tools
COVID-19 related tools list.
There is a *COVID-19*
On Mon, Mar 23, 2020 at 8:22 PM Jun Aruga wrote:
> > > > I will be attending again, yes! I haven't decided on a particular
> proposal yet. Do you have any particular ideas?
> >
> > I'm currently waiting for getting the money back for my flight to
> > FOSSASIA in Singapore. I intended to go there
On Mon, Mar 16, 2020 at 10:06 AM Andreas Tille wrote:
> Hi Michael,
>
> On Mon, Mar 16, 2020 at 09:19:29AM +0100, Michael Crusoe wrote:
> > There is one planned for the week starting April 5th
> >
> > https://github.com/virtual-biohackathons/covid-19-bh20
>
There is one planned for the week starting April 5th
https://github.com/virtual-biohackathons/covid-19-bh20
https://github.com/virtual-biohackathons/covid-19-bh20/wiki
We should propose Debian-Med related projects, like
1) Tag all COVID-19 related software that is packages or our on wishlist.
Th
On Sun, Mar 15, 2020 at 5:28 PM Jun Aruga wrote:
> Hello Debian Med team,
>
> My name is Jun Aruga. I am a passionate hobbyist for the
> bioinformatics. Especially genome sequencing area.
>
> I had an opportunity to join Debian Med Sprint event last month in Berlin.
> it was very fun, and inspire
Thanks for this. I did my test build wrong; now my results match yours.
Seems that vg will not be backportable unless we track down which of the
dependencies require a newer version.
On Wed, Feb 26, 2020 at 6:03 AM Andreas Tille wrote:
> On Tue, Feb 25, 2020 at 10:17:30PM +0100, Michael Cru
gbp clone g...@salsa.debian.org:med-team/vg.git -b debian/buster-backports
A test build in a buster backports sbuild just succeeded.
Should be already to upload and tag, thanks!
--
Michael R. Crusoe
libvcflib is ready for backporting, as it already migrated to "testing"
On Fri, Feb 14, 2020 at 9:18 PM Andreas Tille wrote:
> On Fri, Feb 14, 2020 at 07:35:55PM +0100, Michael Crusoe wrote:
> > hopscotch-map has successfully migrated to testing, thanks!
>
> Uploaded.
&
[ statnet_h...@u.washington.edu bounced, trying
help-ow...@mailman13.u.washington.edu as instructed ]
Hello,
While packaging https://cran.r-project.org/package=statnet.common &
https://cran.r-project.org/package=network we ran into some difficulty
fulfilling the attribution requirements of the LI
Hello,
While packaging https://cran.r-project.org/package=statnet.common &
https://cran.r-project.org/package=network we ran into some difficulty
fulfilling the attribution requirements of the LICENSE file as it
references a URL that does not work
(a) you agree to retain in 'statnet.common' and a
gbp clone g...@salsa.debian.org:med-team/libbio-alignio-stockholm-perl.git
Thanks!
--
Michael R. Crusoe
On Mon, Feb 17, 2020 at 1:49 PM Andreas Tille wrote:
> On Mon, Feb 17, 2020 at 01:20:52PM +0100, Michael Crusoe wrote:
> > Yes, I tried the package version first, but as I noted in debian/control:
> >
> > # libjs-d3, need a newer version than 3.
On Mon, Feb 17, 2020 at 1:20 PM olivier sallou
wrote:
> On Mon, 2020-02-17 at 13:08 +0100, Michael Crusoe wrote:
>
> clean step seems to delete a file resulting in gbp build error:
>
I saw that, but it didn't cause me a problem for my packaging workflow.
However it is annoying
at 1:18 PM Andreas Tille wrote:
> On Mon, Feb 17, 2020 at 01:08:56PM +0100, Michael Crusoe wrote:
> > gbp clone g...@salsa.debian.org:med-team/ataqv.git
>
> Any reason for shipping a code copy of d3.js in debian/missing-sources
> instear of depending from node-d3?
>
> Kind
gbp clone g...@salsa.debian.org:med-team/ataqv.git
Thanks!
--
Michael R. Crusoe
gbp clone g...@salsa.debian.org:med-team/gerp.git
Thanks!
--
Michael R. Crusoe
il it has
> hit testing. Would you mind refreshing this request once this has
> happened since I might forget.
>
> Thanks for your work on this
>
> Andreas.
>
> On Wed, Feb 12, 2020 at 01:08:14PM +0100, Michael Crusoe wrote:
> > gbp clone g...@salsa.debian.org:med-
gbp clone g...@salsa.debian.org:med-team/staden-io-lib.git -b
debian/experimental
Thanks!
--
Michael R. Crusoe
gbp clone g...@salsa.debian.org:med-team/arcp.git
Thanks!
--
Michael R. Crusoe
gbp clone g...@salsa.debian.org:med-team/libvcflib.git -b
debian/buster-backports
gbp buildpackage -S -d -v1.0.0~rc2+dfsg-2
and
gbp clone g...@salsa.debian.org:med-team/hopscotch-map.git -b
debian/buster-backports
gbp buildpackage -S -d
# no -v needed as it will be new to buster
Thanks!
--
Mic
Yay!
Andreas, can I have upload permissions for vg?
--
Michael R. Crusoe
On Tue, Feb 11, 2020, 20:00 Debian FTP Masters <
ftpmas...@ftp-master.debian.org> wrote:
>
>
> Accepted:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Format: 1.8
> Date: Mon, 13 Jan 2020 11:32:02 +0100
> Sourc
gbp clone -b debian/experimental g...@salsa.debian.org:med-team/libgclib.git
After this passes the NEW queue I will contain with
https://wiki.debian.org/Teams/ReleaseTeam/Transitions
Thanks,
--
Michael R. Crusoe
gbp clone g...@salsa.debian.org:med-team/htscodecs.git
Thanks!
--
Michael R. Crusoe
dcut dm --uid 724D609337113C710550D7473C26763F6C67E6E2 --allow swissknife
Thanks!
--
Michael R. Crusoe
ing
> > GATK on ARM.
> >
> >
> https://gatkforums.broadinstitute.org/gatk/discussion/9971/gatk4-beta1-problem-some-questions-about-bwa-faga-pipeline-in-gatk4-beta1
> > > We use GATK4-beta1 in ARM,and have several questions about it:
> >
> > Jun
> >
> &
https://github.com/Intel-HLS/GKL
A Java wrapper around an Intel optimized implementations of PairHMM,
Smith-Waterman, and DEFLATE.
Uses SIMD intrinsics and assembly.
At https://salsa.debian.org/misterc-guest/gkl/tree/experimental/simde is a
fork using the SIMD Everywhere library, but I lack the e
Now we build a shared library in addition to the header-only library
gbp clone g...@salsa.debian.org:med-team/spdlog.git
--debian-branch=debian/experimental
Thanks!
--
Michael R. Crusoe
Summary: cluster3 can not enter Debian main until the src/command.c file is
relicensed by Stanford
On Thu, Feb 6, 2020 at 10:00 AM Andreas Tille wrote:
> Hi,
>
> since more than two years we did not heard any news regarding the
> license of X11/gui.c which is as far as I can see the only code in
Thanks!
On Tue, Feb 4, 2020 at 6:49 PM Andreas Tille wrote:
> Done. Please note that I renamed the branch
>
>debian/buster -> debian/buster-backports
>
> Kind regards
>
>Andreas.
>
> On Mon, Feb 03, 2020 at 04:14:21PM +0100, Michael Crusoe wrote:
> &
Thanks!
--
Michael R. Crusoe
-- Forwarded message -
From: Debian FTP Masters
Date: Mon, Feb 3, 2020, 15:42
Subject: seqan3_3.0.1+ds-6~bpo10+1_source.changes REJECTED
To: Michael R. Crusoe , Debian Med Packaging Team
ACL dm: NEW uploads are not allowed
binary:libseqan3-dev i
Thank you Andeas,
I think the vg package is ready for review & sponsoring.
On Fri, Sep 6, 2019 at 2:11 PM Andreas Tille wrote:
> Hi Michael,
>
> On Fri, Sep 06, 2019 at 04:37:26PM +0900, Michael Crusoe wrote:
> > https://salsa.debian.org/med-team/vg
> >
> > I
On Fri, Jan 24, 2020 at 7:16 PM Steffen Möller
wrote:
>
> https://tracker.debian.org/pkg/samtools
>
> is stuck at 1.9-7. 1.10-3 was uploaded a while back and the tracker says
> that samtools would be transitioning to testing, but is apparently not.
https://release.debian.org/britney/update_output
On Mon, Jan 13, 2020 at 1:07 PM Andreas Tille wrote:
> On Mon, Jan 13, 2020 at 12:42:16PM +0100, Michael Crusoe wrote:
> > * patch: Use #!/usr/bin/python3 (fixes autopkgtests)
> > * patch: Find the packaged version of the Diamond aligner
>
> BTW, I've uploaded the l
* patch: Use #!/usr/bin/python3 (fixes autopkgtests)
* patch: Find the packaged version of the Diamond aligner
* patch: Improve build hardening via CPPFLAGS & CFLAGS
* Expanded autopkgtests, following `make test`
* patch: fix a spelling typo
gbp clone g...@salsa.debian.org:med-team/prote
I support their removal.
On Thu, Jan 9, 2020 at 6:06 PM Andreas Tille wrote:
> Some other severity bumps of mgltools-* packages bugs were filed. This
> shows the relevance of my mail. I'd love to get rid of bugs nobody
> cares about.
>
> Kind regards, Andreas.
>
> On Thu, Jan 09, 2020 at 02:18
Thank you, Andreas Tille!
On Thu, Jan 9, 2020 at 7:58 PM Michael Crusoe
wrote:
> I've added the "SIMD everywhere" library to examl, expanding it to
> non-AMD64 architectures
> Can this package be uploaded or might I have upload permissions?
>
> gbp clone g...@s
I've added the "SIMD everywhere" library to examl, expanding it to
non-AMD64 architectures
Can this package be uploaded or might I have upload permissions?
gbp clone g...@salsa.debian.org:med-team/examl
or
dcut dm --uid 724D609337113C710550D7473C26763F6C67E6E2 --allow examl
Thanks!
--
Michael
On Tue, Jan 7, 2020 at 7:02 PM gregor herrmann wrote:
> On Tue, 07 Jan 2020 16:18:52 +0100, Andreas Tille wrote:
>
> > On Tue, Jan 07, 2020 at 04:01:48PM +0100, Michael Crusoe wrote:
> > > Heh, thanks gregor!
> > > That's odd that I wasn't able to fin
Heh, thanks gregor!
That's odd that I wasn't able to find these package earlier, sorry for the
noise!
On Tue, Jan 7, 2020 at 3:42 PM gregor herrmann wrote:
> On Tue, 07 Jan 2020 15:33:56 +0100, Andreas Tille wrote:
>
> > On Tue, Jan 07, 2020 at 01:45:11PM +0100, Michael C
gbp clone g...@salsa.debian.org:med-team/libsys-info-driver-linux-perl.git
gbp clone g...@salsa.debian.org:med-team/libsys-info-perl.git
Currently we patch around these for bowtie, but it would be nice to not
have to.
Thanks!
--
Michael R. Crusoe
Thank you, Andreas Tille!
On Tue, Jan 7, 2020 at 12:45 PM Michael Crusoe
wrote:
> gbp clone g...@salsa.debian.org:med-team/libbio-featureio-perl.git
>
> Needed for bioperl-run
>
> Thanks!
> --
> Michael R. Crusoe
>
--
Michael R. Crusoe
gbp clone g...@salsa.debian.org:med-team/libbio-featureio-perl.git
Needed for bioperl-run
Thanks!
--
Michael R. Crusoe
Thank you Andreas Tille!
On Sat, Jan 4, 2020 at 12:57 PM Michael Crusoe
wrote:
> The bioperl migration is almost complete!
>
> Can I get sponsorship or upload privileges for libbio-db-hts-perl?
>
> gbp clone g...@salsa.debian.org:med-team/libbio-db-hts-perl
>
The bioperl migration is almost complete!
Can I get sponsorship or upload privileges for libbio-db-hts-perl?
gbp clone g...@salsa.debian.org:med-team/libbio-db-hts-perl
or
dcut dm --uid 724D609337113C710550D7473C26763F6C67E6E2 --allow
libbio-db-hts-perl
Thanks,
--
Michael R. Crusoe
Thanks, also, Thorsten, for this :-)
Andreas, likewise, this has been fixed and uploaded:
gbp clone g...@salsa.debian.org:med-team/libbio-db-ncbihelper-perl.git
On Thu, Jan 2, 2020 at 9:13 PM Thorsten Alteholz <
ftpmas...@ftp-master.debian.org> wrote:
>
> Hi Michael,
>
> please mention the copy
Thorsten,
Thanks for catching that.
Andreas, I've fixed this and it is ready for re-sponsoring:
gbp clone g...@salsa.debian.org:med-team/libbio-variation-perl.git
On Thu, Jan 2, 2020 at 9:13 PM Thorsten Alteholz <
ftpmas...@ftp-master.debian.org> wrote:
>
> Hi Michael,
>
> please also mention
Thank you Dylan Aïssi !
--
Michael R. Crusoe
On Thu, Jan 2, 2020, 09:46 Michael Crusoe wrote:
> Hello,
>
> I've got a fix for the python-pomegranate package, which is otherwise in
> danger of removal from testing (along with cnvkit)
>
> dcut dm --uid 724D609337113C710
Hello,
I've got a fix for the python-pomegranate package, which is otherwise in
danger of removal from testing (along with cnvkit)
dcut dm --uid 724D609337113C710550D7473C26763F6C67E6E2 --allow
python-pomegranate
or
gbp clone
https://salsa.debian.org/python-team/modules/python-pomegranate.git
This is a package I started :-)
dcut dm --uid 724D609337113C710550D7473C26763F6C67E6E2 --allow
libbio-db-swissprot-perl
Many thanks to Andreas and Steffen for their previous permissions
throughout 2019!
On Wed, Jan 1, 2020 at 1:34 PM Debian FTP Masters <
ftpmas...@ftp-master.debian.org> wrote:
1 - 100 of 455 matches
Mail list logo