Difference between revisions of "HPC:eQtlBma"

From HPC wiki
(Created page with "=== eQtlBma === eQtlBma v1.2.2 is installed across all HPC nodes. ==== Usage ==== eQtlBma can be loaded as a module. This version of eQtlBma was compiled against a newer vers...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
=== eQtlBma ===
 
=== eQtlBma ===
eQtlBma v1.2.2 is installed across all HPC nodes.
+
eQtlBma v1.2.2 and v1.3.1 are installed across all HPC nodes.
  
 
==== Usage ====
 
==== Usage ====
eQtlBma can be loaded as a module. This version of eQtlBma was compiled against a newer version of zlib so the zlib module also needs to be loaded to avoid any potential job failures.
+
Both versions of eQtlBma are made available by environment modules. Both versions of eQtlBma were compiled against a newer version of zlib so the zlib module also needs to be loaded to avoid any potential job failures.
  
 
<pre>
 
<pre>
Line 19: Line 19:
  
 
Written by Timothee Flutre and Xiaoquan Wen.
 
Written by Timothee Flutre and Xiaoquan Wen.
 +
 +
</pre>
 +
 +
<pre>
 +
[asrini@node107 ~]$ module load eQtlBma-1.3.1
 +
 +
[asrini@node107 ~]$ eqtlbma_hm --version
 +
eqtlbma_hm 1.3.1
 +
 +
Copyright (C) 2012-2015 Xiaoquan Wen, Timothee Flutre, Chaoxing Dai.
 +
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 +
This is free software; see the source for copying conditions.  There is NO
 +
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 +
 +
Written by Xiaoquan Wen, Timothee Flutre, Chaoxing Dai.
  
 
</pre>
 
</pre>
  
 
=== Other Pages ===
 
=== Other Pages ===
 +
----
 +
<div class="mw-collapsible mw-collapsed">
 +
*[[HPC:FAQ|HPC FAQ ]]
 +
*[[HPC:Login|Connecting to the PMACS cluster]]
 +
*[[HPC:User_Guide|User Guide]]
 
*[[HPC:Software|Available Software]]
 
*[[HPC:Software|Available Software]]
*[[HPC:User_Guide|User Guide]]
+
*[[HPC:Archive System|PMACS Archive System]]
*[[HPC:Main_Page|HPC Main Page]]
+
</div>
*[[HPC:Login|Connecting to the PMACS cluster]]
 

Latest revision as of 15:33, 13 August 2019

eQtlBma

eQtlBma v1.2.2 and v1.3.1 are installed across all HPC nodes.

Usage

Both versions of eQtlBma are made available by environment modules. Both versions of eQtlBma were compiled against a newer version of zlib so the zlib module also needs to be loaded to avoid any potential job failures.

[asrini@node064 ~]$ module load zlib-1.2.8-1

[asrini@node064 ~]$ module load eQtlBma-1.2.2

[asrini@node064 ~]$ eqtlbma --version
eqtlbma 1.2

Copyright (C) 2012-2013 Timothee Flutre and Xiaoquan Wen.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Written by Timothee Flutre and Xiaoquan Wen.

[asrini@node107 ~]$ module load eQtlBma-1.3.1 

[asrini@node107 ~]$ eqtlbma_hm --version
eqtlbma_hm 1.3.1

Copyright (C) 2012-2015 Xiaoquan Wen, Timothee Flutre, Chaoxing Dai.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Written by Xiaoquan Wen, Timothee Flutre, Chaoxing Dai.

Other Pages