tseemann / barrnap

:microscope: :leo: Bacterial ribosomal RNA predictor
GNU General Public License v3.0
221 stars 40 forks source link

Silva 123 up to date !!! #16

Closed davidvilanova closed 7 years ago

davidvilanova commented 8 years ago

Great, Works well !!!!!

Just have updated the database in file build_HMMs.sh to work with latest Silva 123 as follows. Replace with following chunk.

SILVA="SILVA_123_LSURef_tax_silva_full_align_trunc.fasta" if [ ! -r "$SILVA" ]; then echo "Downloading: $SILVA" wget --quiet http://www.arb-silva.de/fileadmin/silva_databases/current/Exports/SILVA_123_LSURef_tax_silva_full_align_trunc.fasta.gz gunzip $SILVA.gz rm -f $SILVA.gz else echo "Using existing file: $SILVA" fi

thanks

tseemann commented 7 years ago

@davidvilanova thanks for the update - I'm fixing the script now, and configuring for SILVA 128.

tseemann commented 7 years ago

You can now update to Barrnap 0.8