Skip to content

Commit

Permalink
Added an option to download Example files directlly thought wget
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-douglas committed Jun 27, 2018
1 parent c5e3512 commit 53063bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Linux-Debiam/seqs-extractor.tools/SeqsExtractor
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ echo "${g}"
echo " ${w} -5${g} to run MISA and perform extraction of sequences"
echo " ${w} -6${g} to extract using any text file (Please see the README.md)"
echo " ${w} -7${g} to customize${w} misa.ini${g} file (Please see the README.md)"
echo " ${w} -8${g} to download ${w} Example files${g} from SeqsExtractor SF repository"
echo ""
echo "----------------------------------------------------------------------------------------------${w}"
echo " -h Show this help page,${g} more help here https://github.com/patrick-douglas/Seqs-Extractor/wiki"
Expand All @@ -53,6 +54,8 @@ echo ""
;;
7) /usr/local/sbin/seqs-extractor/7-customize-misa.ini.file
;;
8) wget https://ufpr.dl.sourceforge.net/project/seqs-extractor/example_files/example_files.tar.gz --directory-prefix=example_files/
;;
esac
done

Expand Down Expand Up @@ -80,6 +83,7 @@ echo "${g}"
echo " ${w} -5${g} to run MISA and perform extraction of sequences"
echo " ${w} -6${g} to extract using any text file (Please see the README.md)"
echo " ${w} -7${g} to customize${w} misa.ini${g} file (Please see the README.md)"
echo " ${w} -8${g} to download ${w}Example files${g} from SeqsExtractor SF repository"
echo ""
echo "----------------------------------------------------------------------------------------------${w}"
echo " -h Show this help page,${g} more help here https://github.com/patrick-douglas/Seqs-Extractor/wiki"
Expand Down

0 comments on commit 53063bb

Please sign in to comment.