Skip to content

Commit

Permalink
vr
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed Jul 27, 2023
1 parent 08dcd54 commit bd5116e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion benchmark/Download_FASTA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ efetch -db nucleotide -id "NC_000024.1" -format fasta > CY.fa
#
# COPUS -----------------------------------------------------------------------
#
ls
wget http://sweet.ua.pt/pratas/datasets/DNACorpus.zip
unzip DNACorpus.zip
cat DNACorpus/* | gto_fasta_from_seq -n "CORPUS" > CORPUS.fa
#
# -----------------------------------------------------------------------------
#
wget virus.fa
#
#
4 changes: 4 additions & 0 deletions benchmark/Install_Tools.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash
#
# GTO TOOLKIT ------------------------------------------------------------------
#
conda install -y -c cobilab gto
#
# LZMA -------------------------------------------------------------------------
#
sudo apt-get install -y lzma
Expand Down
1 change: 1 addition & 0 deletions benchmark/Run_All_FASTA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
./Benchmark_FASTA.sh CY.fa
./Benchmark_FASTA.sh CASSAVA.fa
./Benchmark_FASTA.sh HUMAN.fa
./Benchmark_FASTA.sh CORPUS.fa
#
Binary file added benchmark/VIRUS_REFS_NCBI_15_JULY.fa.tar
Binary file not shown.

0 comments on commit bd5116e

Please sign in to comment.