Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8603
| Path | csiph.com!goblin2!goblin1!goblin.stu.neva.ru!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Andreas Tille <andreas@an3as.eu> |
| Newsgroups | linux.debian.maint.java |
| Subject | How to obtain sources for org.bioinfo? (Was: Hopefully final problems with maven rules) |
| Date | Thu, 26 Nov 2015 19:30:02 +0100 |
| Message-ID | <qz9sS-nO-17@gated-at.bofh.it> (permalink) |
| References | <qylFM-9v-17@gated-at.bofh.it> <qylFM-9v-19@gated-at.bofh.it> <qylFM-9v-21@gated-at.bofh.it> <qylFM-9v-23@gated-at.bofh.it> <qylFM-9v-25@gated-at.bofh.it> <qylFM-9v-27@gated-at.bofh.it> <qylFM-9v-15@gated-at.bofh.it> <qylPs-cQ-23@gated-at.bofh.it> <qyZDe-1YS-35@gated-at.bofh.it> <qyZWx-2oi-5@gated-at.bofh.it> |
| X-Original-To | Debian Java List <debian-java@lists.debian.org>, Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Thu Nov 26 18:25:18 2015 |
| Old-Return-Path | <andreas@an3as.eu> |
| X-Amavis-Spam-Status | No, score=-5.325 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, MEDS2=2, MURPHY_DRUGS_REL8=0.02, RP_MATCHES_RCVD=-0.345] autolearn=no autolearn_force=no |
| X-Policyd-Weight | using cached result; rate:hard: -6.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/18922 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/20151126182501.GG30209@an3as.eu |
| Approved | robomod@news.nic.it |
| Lines | 73 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Olivier Sallou <olivier.sallou@irisa.fr>, Tim Booth <avarus@fastmail.fm> |
| X-Original-Date | Thu, 26 Nov 2015 19:25:01 +0100 |
| X-Original-Message-ID | <20151126182501.GG30209@an3as.eu> |
| X-Original-References | <20151123094802.GB13138@an3as.eu> <56537AEB.9090908@xs4all.nl> <20151123212047.GA29080@an3as.eu> <5653A874.7090807@xs4all.nl> <20151124114218.GI29080@an3as.eu> <8b914f9c6b2f4a33b2ae365f7001028b@xs4all.nl> <20151124131752.GL29080@an3as.eu> <5654658E.8000700@apache.org> <20151126075340.GA26780@an3as.eu> <5656C060.7090606@apache.org> |
| Xref | csiph.com linux.debian.maint.java:8603 |
Show key headers only | View raw
Hi Emmanuel and Bas,
thanks to Bas's tip about the typo in d/rules and Emmanuel's suggested
patch
On Thu, Nov 26, 2015 at 09:18:40AM +0100, Emmanuel Bourg wrote:
> The groupId for samtools is net.sf.picard and not net/sf, you can see it
> in the pom.xml file. Also you can consider patching pom.xml instead of
> running "mvn install:install-file" in debian/rules. You want something
> like this:
>
> <dependency>
> <groupId>net.sf.samtools</groupId>
> <artifactId>samtools</artifactId>
> <version>1.70</version>
> <scope>compile</scope>
> <systemPath>/usr/share/java/sam.jar</systemPath>
> </dependency>
I made some progress which I commited to Git[1].
Unfortunately it seems I'm not ready yet since in contrast to my
assumption that BioJava would be needed I seem to need some other
classes that are described here:
http://www.massapi.com/package/org/bioinfo/index.html
At least I guess so when reading in pom.xml:
<dependency>
<groupId>org.bioinfo</groupId>
<artifactId>bioinfo-formats</artifactId>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bioinfo</groupId>
<artifactId>bioinfo-ngs</artifactId>
<version>0.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bioinfo</groupId>
<artifactId>bioinfo-commons</artifactId>
<version>0.10.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bioinfo</groupId>
<artifactId>bioinfo-math</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>org.bioinfo</groupId>
<artifactId>bioinfo-graphics</artifactId>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>
(-math and -graphics are not at the said URL)
Unfortunately I have no idea how to find these? Any hint?
Kind regards
Andreas.
[1] git://anonscm.debian.org/debian-med/qualimap.git
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Find similar
Continuing work on qualimap (Was: Any help?) Andreas Tille <andreas@an3as.eu> - 2015-11-24 14:20 +0100
Re: Continuing work on qualimap (Was: Any help?) Emmanuel Bourg <ebourg@apache.org> - 2015-11-24 14:30 +0100
Re: Continuing work on qualimap (Was: Any help?) Andreas Tille <andreas@an3as.eu> - 2015-11-24 15:50 +0100
Re: Continuing work on qualimap Bas Couwenberg <sebastic@xs4all.nl> - 2015-11-24 16:00 +0100
Re: Continuing work on qualimap Emmanuel Bourg <ebourg@apache.org> - 2015-11-24 16:10 +0100
Hopefully final problems with maven rules (Re: Continuing work on qualimap) Andreas Tille <andreas@an3as.eu> - 2015-11-26 09:00 +0100
Re: Hopefully final problems with maven rules (Re: Continuing work on qualimap) Sebastiaan Couwenberg <sebastic@xs4all.nl> - 2015-11-26 09:10 +0100
Re: Hopefully final problems with maven rules (Re: Continuing work on qualimap) Emmanuel Bourg <ebourg@apache.org> - 2015-11-26 09:20 +0100
Providing Maven input files for picard-tools (Was: Hopefully final problems with maven rules) Andreas Tille <andreas@an3as.eu> - 2015-11-26 12:00 +0100
Re: Providing Maven input files for picard-tools (Was: Hopefully final problems with maven rules) Vincent Danjean <vdanjean@debian.org> - 2015-11-26 12:50 +0100
How to obtain sources for org.bioinfo? (Was: Hopefully final problems with maven rules) Andreas Tille <andreas@an3as.eu> - 2015-11-26 19:30 +0100
csiph-web