Skip to content

lotts/GLASSgo_GI-Version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLASSgo_GI-Version

GLASSgo (GLobal Automated sRNA Search go) combines iterative BLAST searches, pairwise identity filtering, and structure based clustering in an automated prediction pipeline to find sRNA homologs from scratch. The returned GLASSgo result is in FASTA format, whereby the first entry represents the input sequence.

The current GLASSgo version uses a compiled version of Londen (/reqPackages/londen). If you want to use the sources, please modify line 524 in the GLASSgo.py script.

Required packages:

Usage:

python3 GLASSgo.py -d <path to NCBI nt database> -i <sRNA input in FASTA format> -o <output filename>

Most important GLASSgo parameters:

-i input_file (single sRNA sequence in FASTA format)
-o output_file (optional, default: stdout)
-e E-Value (default: 1)
-p Lower limit for pairwise identity (default: 52)
-g GI-List (optional, default: global search)
-d NCBI nt-database
-t number of threads for performing the BLAST search (default: 1)

GI-Lists on Zenodo

https://zenodo.org/record/1189426

GLASSgo on DockerHub

https://hub.docker.com/r/lotts/glassgo_gi_version/

GLASSgo Web-Server Version + interactive taxonomic tree viewer

http://rna.informatik.uni-freiburg.de/GLASSgo/

About

GLASSgo GI-Version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published