Commit ·
a43ca81
1
Parent(s): bff6a1a
Update dataset_garis_blast.csv
Browse files- dataset_garis_blast.csv +1 -1
dataset_garis_blast.csv
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
questions,responses
|
| 2 |
"do a {protein_sequence} protein BLAST","python blast.py {protein_sequence} blastp"
|
| 3 |
"do a DNA {dna_nucleotide} nucleotide BLAST","python blast.py {dna_nucleotide} blastn"
|
| 4 |
"do a RNA {rna_nucleotide} nucleotide BLAST","python blast.py {rna_nucleotide} blastn"
|
|
|
|
| 1 |
+
"questions","responses"
|
| 2 |
"do a {protein_sequence} protein BLAST","python blast.py {protein_sequence} blastp"
|
| 3 |
"do a DNA {dna_nucleotide} nucleotide BLAST","python blast.py {dna_nucleotide} blastn"
|
| 4 |
"do a RNA {rna_nucleotide} nucleotide BLAST","python blast.py {rna_nucleotide} blastn"
|