BioPython-Sapelo2: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[Category:Sapelo2]][[Category:Software]][[Category:Bioinformatics]]
[[Category:Sapelo2]][[Category:Software]][[Category:Bioinformatics]]
=== Category ===
== Category ==


Bioinformatics
Bioinformatics


=== Program On ===
== Program On ==


Sapelo2
Sapelo2


=== Version ===
== Version ==
1.79, 1.83, 1.84
1.79, 1.83, 1.84
   
   
=== Author / Distributor ===
== Author / Distributor ==
   
   
[http://www.biopython.org Biopython]
[http://www.biopython.org Biopython]
   
   
=== Description ===
== Description ==
"Biopython is a set of freely available tools for biological computation written in Python by an international team of developers. It is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics."
"Biopython is a set of freely available tools for biological computation written in Python by an international team of developers. It is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics."
More details are at [http://www.biopython.org Biopython]
More details are at [http://www.biopython.org Biopython]


=== Running Program ===
== Running Program ==


The last version of this application is at /apps/eb/Biopython/1.84-foss-2024a
The last version of this application is at /apps/eb/Biopython/1.84-foss-2024a
Line 61: Line 61:
</pre>
</pre>


=== Documentation ===
== Documentation ==
   
   
Please see https://biopython.org/
Please see https://biopython.org/
Line 67: Line 67:
[[#top|Back to Top]]
[[#top|Back to Top]]


=== Installation ===
== Installation ==
   
   
Source code is obtained from [http://www.biopython.org Biopython]
Source code is obtained from [http://www.biopython.org Biopython]
   
   
=== System ===
== System ==
64-bit Linux
64-bit Linux

Latest revision as of 20:03, 4 April 2026

Category

Bioinformatics

Program On

Sapelo2

Version

1.79, 1.83, 1.84

Author / Distributor

Biopython

Description

"Biopython is a set of freely available tools for biological computation written in Python by an international team of developers. It is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics." More details are at Biopython

Running Program

The last version of this application is at /apps/eb/Biopython/1.84-foss-2024a

To use this version with Python 3.12.3, please load the module with

ml Biopython/1.84-foss-2024a

To use this version with Python 3.11.5, please load the module with

ml Biopython/1.84-foss-2023b

Here is an example of a shell script, sub.sh, to run on the batch queue:

#!/bin/bash
#SBATCH --job-name=j_Biopython
#SBATCH --partition=batch
#SBATCH --mail-type=ALL
#SBATCH --mail-user=username@uga.edu
#SBATCH --ntasks=1
#SBATCH --mem=10gb
#SBATCH --time=08:00:00
#SBATCH --output=Biopython.%j.out
#SBATCH --error=Biopython.%j.err

cd $SLURM_SUBMIT_DIR
ml Biopython/1.84-foss-2024a
python [options]

In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.

Please refer to Running_Jobs_on_Sapelo2 for more details of running jobs on Sapelo2.


Here is an example of job submission command:

sbatch ./sub.sh 

Documentation

Please see https://biopython.org/

Back to Top

Installation

Source code is obtained from Biopython

System

64-bit Linux