Skip to content

bjoernvoss/GLASSgo_ACC-Version

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLASSgo_ACC-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    path to ACC-List (optional)  (default: global search)
-d    path to NCBI nt-database
-t    number of threads for performing the BLAST search (default: 1)
-u    upstream region (default: 0)

ACC-Lists on Zenodo

https://zenodo.org/record/1320180

GLASSgo on DockerHub

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

GLASSgo Web-Server Version + interactive taxonomic tree viewer

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

GLASSgo within Galaxy

https://github.com/lotts/GLASSgo_ACC-Version/tree/master/galaxy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Perl 61.0%
  • Python 38.0%
  • Dockerfile 1.0%