#!/bin/bash
#./search_motif4.sh test1.fasta GRG 5
if [ $# -ne 3 ]; then
echo "Usage: $0
Exploring DNA Motifs with Custom Bash Script
Leave a reply
#!/bin/bash
#./search_motif4.sh test1.fasta GRG 5
if [ $# -ne 3 ]; then
echo "Usage: $0