-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
You have:
# if you do not habe BLAST+ installed run:
$ sudo apt-get install ncbi-blast+
# go to the place where Uniref fasta file is being stored (change the path bellow accordingly):
$ cd /Place/where/UnirefX.fasta/file/is/stored
# create database (this might take a while from several minutes to one hour)
$ makeblastdb -dbtype prot -in uniref50.fasta
There is an official docker for ncbi-blast, maybe you can just do it with it. Can be either docker command or cwl-task
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request