Skip to content

Rfam/rfam-snorna-family-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfam-snorna-family-pipeline

A Nextflow pipeline for building Rfam snoRNA families

Install ViennaRNA

wget https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_6_x/ViennaRNA-2.6.4.tar.gz tar -xvzf ViennaRNA-2.6.4.tar.gz cd ViennaRNA-2.6.4 ./configure --prefix=$HOME/vrna --enable-pkgconfig make make install export PKG_CONFIG_PATH=$HOME/vrna/lib/pkgconfig:$PKG_CONFIG_PATH // add to nextflow.config

Install locaRNA

Download .tar.gz from https://github.com/s-will/LocARNA/releases tar xzf locarna-xxx.tar.gz cd locarna-xxx ./configure --prefix=$HOME/locarna --with-vrna=$HOME/vrna make make install export PATH=/Users/ksong/locarna/bin:$PATH // add to nextflow.config

About

A Nextflow pipeline for building Rfam snoRNA families

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors