blast_query / dataset_garis_blast.csv
herutriana44's picture
Update dataset_garis_blast.csv
a43ca81
"questions","responses"
"do a {protein_sequence} protein BLAST","python blast.py {protein_sequence} blastp"
"do a DNA {dna_nucleotide} nucleotide BLAST","python blast.py {dna_nucleotide} blastn"
"do a RNA {rna_nucleotide} nucleotide BLAST","python blast.py {rna_nucleotide} blastn"
"perform a protein BLAST for {custom_protein_sequence}","python blast.py {custom_protein_sequence} blastp"
"execute a nucleotide BLAST for {custom_nucleotide}","python blast.py {custom_nucleotide} blastn"
"run a protein BLAST with sequence {another_protein_sequence}","python blast.py {another_protein_sequence} blastp"
"conduct a nucleotide BLAST analysis on {another_nucleotide}","python blast.py {another_nucleotide} blastn"
"do a protein BLAST search for {unique_protein_sequence}","python blast.py {unique_protein_sequence} blastp"
"perform a BLAST analysis for {unique_nucleotide}","python blast.py {unique_nucleotide} blastn"
"conduct a protein BLAST for {custom_protein_sequence}","python blast.py {custom_protein_sequence} blastp"
"perform a nucleotide BLAST for {custom_nucleotide}","python blast.py {custom_nucleotide} blastn"
"run a protein BLAST with the sequence {another_protein_sequence}","python blast.py {another_protein_sequence} blastp"
"do a nucleotide BLAST analysis on the sequence {another_nucleotide}","python blast.py {another_nucleotide} blastn"
"search for {specific_protein} in the protein database","python search.py {specific_protein} protein_database"
"look for {specific_gene} in the gene database","python search.py {specific_gene} gene_database"