Skip to content
Snippets Groups Projects

Update biodata and blast pages to inlcude BLAST and BLAST_V4 variables

Merged Natasha Pavlovikj requested to merge blast_update into master
3 files
+ 13
18
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -24,7 +24,7 @@ Simple example of how **makeblastdb** can be run on Crane using SLURM script and
@@ -24,7 +24,7 @@ Simple example of how **makeblastdb** can be run on Crane using SLURM script and
#SBATCH --output=BlastDB.%J.out
#SBATCH --output=BlastDB.%J.out
#SBATCH --error=BlastDB.%J.err
#SBATCH --error=BlastDB.%J.err
module load blast/2.7
module load blast/2.10
makeblastdb -in input_reads.fasta -dbtype nucl -out input_reads_db
makeblastdb -in input_reads.fasta -dbtype nucl -out input_reads_db
{{< /highlight >}}
{{< /highlight >}}
Loading