Difference between revisions of "Zvanysse Week 3"
From LMU BioDB 2017
(Added the curling input via command line) |
(Added references and acknowledgements) |
||
Line 7: | Line 7: | ||
==Curling in an input== | ==Curling in an input== | ||
curl -d "pre_text=cgatggtacatggagtccagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa | curl -d "pre_text=cgatggtacatggagtccagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa | ||
+ | |||
+ | ==Acknowledgements== | ||
+ | #Consulted with [[User: Bhamilton18| Blair]] on usage of the curl function | ||
+ | ==References== | ||
+ | # |
Revision as of 00:39, 18 September 2017
Contents
Screenshots with Inspector Open
Screenshots without Inspector Open
Curling in an input
curl -d "pre_text=cgatggtacatggagtccagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa
Acknowledgements
- Consulted with Blair on usage of the curl function