Skip to content

Commit 8b763c7

Browse files
Update paxtools.tex
Updated project, downoads, docs, etc. URLs and maven repositories information and configuration.
1 parent 6f89565 commit 8b763c7

File tree

1 file changed

+19
-38
lines changed

1 file changed

+19
-38
lines changed

paxtools.tex

Lines changed: 19 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
\par \includegraphics[width=\linewidth/10]{by-nd.eps} This work is licensed under a \href{http://creativecommons.org/licenses/by-nd/3.0/deed.en_US} {Creative Commons Attribution-NoDerivs 3.0 Unported License.} \index{license}
158158
\par Based on the the tufte-latex template by Kevin Godby, Bil Kleb, and Bill Wood.
159-
\par \url{code.google.com/p/tufte-latex/} The template is distributed under Apache 2.0 License
159+
\par \url{tufte-latex.github.io/tufte-latex/} The template is distributed under Apache 2.0 License
160160
\par\textit{Second Edition, \monthyear}
161161
\end{fullwidth}
162162
\end{titlepage}
@@ -220,28 +220,25 @@ \section{Modules and Package Structure}
220220
\item controller: This package contains classes that contain logic for traversing, copying and merging BioPAX elements as well as property editors.
221221
\end{itemize}
222222
\item io: Simple IO package for reading/writing BioPAX files.
223-
\item converter: This is to convert (upgrade) BioPAX Level1, 2 to Level 3.
223+
\item converter: This is to convert (upgrade) BioPAX Level1, 2 to Level 3.
224224
\item jena IO: This module contains an alternative Jena based handler for reading/writing BioPAX files.
225225
\item query: This module contains graph queries such as shortest-path.
226226
\item PSI-MI converter: This module converts PSI-MI 2.5 files to BioPAX Level 2 or 3.
227-
\item Sif, GSEA and SBGN converters: These modules export BioPAX models to SIF, GSEA and SBGN (work in progress) respectively.
227+
\item Sif, GSEA and SBGN converters: These modules export BioPAX models to SIF, GSEA (GMT) and SBGN-ML respectively.
228228
\end{itemize}
229229

230230
\section{Obtaining Paxtools}
231231

232232
\subsection{Release Bundles}
233233

234234
You can download the "Fat" jars (with dependencies) from:
235-
\url{http://sourceforge.net/projects/biopax/files/paxtools/}
235+
\url{http://www.biopax.org/downloads/paxtools/}
236236

237237
This is a good choice to get things working now and worry about which modules to package with your application later.
238238

239-
Alternatively, individual modules (compiled JARs and POMs) can be obtained from the BioPAX maven repositories:
239+
Alternatively, individual modules (compiled JARs and POMs) can be obtained from OSSRH and central maven repositories:
240240

241-
\url{http://biopax.sourceforge.net/m2repo/snapshots} and
242-
243-
\url{http://biopax.sourceforge.net/m2repo/releases}
244-
for snapshots and stable releases respectively.
241+
\url{https://oss.sonatype.org/content/groups/public/} and \url{https://search.maven.org/#search\%7Cga\%7C1\%7CPaxtools}.
245242

246243
Use modules to minimize the size of your application and use only the parts of Paxtools that you need. The "Core" module offers a complete implementation of BioPAX and read in/write out functionality in a very compact 400 kB package The fat jar can be as large as 16 MB most because of the Jena library and its dependencies.
247244

@@ -253,59 +250,43 @@ \subsection{Embedding Paxtools in a maven project}
253250

254251
\begin{xmlcode}
255252
<repository>
256-
<id>biopax.releases</id>
257-
<name>BioPAX Repository at Sourceforge</name>
258-
<url>http://biopax.sourceforge.net/m2repo/releases/</url>
259-
<snapshots>
260-
<enabled>false</enabled>
261-
</snapshots>
253+
<id>ossrh</id>
254+
<name>OSSRH Public Maven Repository</name>
255+
<url>https://oss.sonatype.org/content/groups/public/</url>
262256
</repository>
263257
\end{xmlcode}
264258

265-
and, if you want to use the latest builds:
266-
267-
\begin{xmlcode}
268-
<repository>
269-
<id>biopax.snapshots</id>
270-
<name>BioPAX Snapshots Repository at Sourceforge</name>
271-
<url>http://biopax.sourceforge.net/m2repo/snapshots/</url>
272-
<releases>
273-
<enabled>false</enabled>
274-
</releases>
275-
</repository>
276-
\end{xmlcode}
277-
278259
Then, add the modules of your choice in the <dependencies> element:
279260

280261
\begin{xmlcode}
281262
<dependency>
282263
<groupId>org.biopax.paxtools</groupId>
283264
<artifactId>paxtools-core</artifactId>
284-
<version>4.1.5</version>
265+
<version>4.3.1</version>
285266
</dependency>
286267
\end{xmlcode}
287268

288269

289270
\subsection{Downloading sources}
290271

291-
Checkout (read-only) using the Mercurial client:
272+
Checkout (read-only) using the Git client:
292273

293274
\begin{fullwidth}
294275
\begin{xmlcode}
295-
hg clone http://biopax.hg.sourceforge.net:8000/hgroot/biopax/paxtools
276+
git clone https://github.com/BioPAX/Paxtools.git
296277
\end{xmlcode}
297278
\end{fullwidth}
298279
More information on how to access to the source code can be found here:
299280

300-
\url{http://biopax.sourceforge.net/paxtools/source-repository.html}
281+
\url{http://biopax.github.io/Paxtools/4.3.1/source-repository.html}
301282

302283
\subsection{Documentation and Help}
303284
More information on Paxtools can be found at:
304285
\begin{fullwidth}
305286
\begin{itemize}
306-
\item Wiki: \url{http://sourceforge.net/apps/mediawiki/biopax/index.php?title=Paxtools}
287+
\item Wiki (archive): \url{http://www.biopax.org/mediawiki/index.php/Paxtools}
307288

308-
\item API: \url{http://www.biopax.org/m2site/}
289+
\item API: \url{http://biopax.github.io/Paxtools/4.3.1/}
309290

310291
\item If you get stuck or have questions, use Paxtools support mailing list:
311292

@@ -1297,10 +1278,10 @@ \section{Get Involved}
12971278
\begin{fullwidth}
12981279
Paxtools is open source software and we welcome all contributions. Get involved!
12991280
\begin{itemize}
1300-
\item Use Paxtools and report issues and feature requests. : \url{http://biopax.sourceforge.net/paxtools/issue-tracking.html}
1301-
\item Try your hand at fixing bugs and implementing requests .
1302-
\item Respond to questions by other users at biopax-paxtools : \url{http://lists.sourceforge.net/lists/listinfo/biopax-paxtools}
1303-
\item Improve this documentation: \url{http://sourceforge.net/p/biopax/paxtools/ci/default/tree/src/main/etc/}
1281+
\item Use Paxtools and report issues and feature requests. : \url{https://github.com/BioPAX/Paxtools/issues}
1282+
\item Try your hand at fixing bugs and implementing requests.
1283+
\item Respond to questions by other users at biopax-paxtools : \url{http://lists.sourceforge.net/lists/listinfo/biopax-paxtools} or forum: \url{https://groups.google.com/forum/#!forum/biopax-discuss}
1284+
\item Improve this documentation: \url{https://github.com/BioPAX/paxtoolsTutorial/}
13041285
\item Spread the word. Let other people know about BioPAX and Paxtools. : \url{http://biopax.org}
13051286
\end{itemize}
13061287
\end{fullwidth}

0 commit comments

Comments
 (0)