You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paxtools.tex
+19-38Lines changed: 19 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@
156
156
157
157
\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}
158
158
\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
160
160
\par\textit{Second Edition, \monthyear}
161
161
\end{fullwidth}
162
162
\end{titlepage}
@@ -220,28 +220,25 @@ \section{Modules and Package Structure}
220
220
\item controller: This package contains classes that contain logic for traversing, copying and merging BioPAX elements as well as property editors.
221
221
\end{itemize}
222
222
\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.
224
224
\item jena IO: This module contains an alternative Jena based handler for reading/writing BioPAX files.
225
225
\item query: This module contains graph queries such as shortest-path.
226
226
\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.
228
228
\end{itemize}
229
229
230
230
\section{Obtaining Paxtools}
231
231
232
232
\subsection{Release Bundles}
233
233
234
234
You can download the "Fat" jars (with dependencies) from:
\url{https://oss.sonatype.org/content/groups/public/} and \url{https://search.maven.org/#search\%7Cga\%7C1\%7CPaxtools}.
245
242
246
243
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.
247
244
@@ -253,59 +250,43 @@ \subsection{Embedding Paxtools in a maven project}
\item If you get stuck or have questions, use Paxtools support mailing list:
311
292
@@ -1297,10 +1278,10 @@ \section{Get Involved}
1297
1278
\begin{fullwidth}
1298
1279
Paxtools is open source software and we welcome all contributions. Get involved!
1299
1280
\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/}
1304
1285
\item Spread the word. Let other people know about BioPAX and Paxtools. : \url{http://biopax.org}
0 commit comments