Difference between revisions of "Hhinsch Week 3"
From LMU BioDB 2017
(I realized I read the question wrong so deleted the external links and the sentence containing them) |
(edited answer to links within the translation server) |
||
Line 10: | Line 10: | ||
===Answers to the two questions regarding the ExPASy translation server’s output=== | ===Answers to the two questions regarding the ExPASy translation server’s output=== | ||
− | #Yes there are links to other pages within the ExPASy translation server's responses. | + | #Yes there are links to other pages within the ExPASy translation server's responses. <code>/css/sib_css/sib.css<code> is one of them which links to the style of what we are seeing on the actual webpage. <code>/css/base.css<code> is another which I believe would take care of the text. |
Revision as of 04:20, 20 September 2017
Contents
- 1 Hhinsch Week 3 Individual Journal Entry
- 1.1 Screen Shot of Text and Image 'Hack' With Developer Tools Open
- 1.2 Screen Shot of Text and Image 'Hack' With Developer Tools Closed
- 1.3 The curl command that requests a translation at the command-line, raw-data level
- 1.4 Answers to the two questions regarding the ExPASy translation server’s output
Hhinsch Week 3 Individual Journal Entry
Screen Shot of Text and Image 'Hack' With Developer Tools Open
Screen Shot of Text and Image 'Hack' With Developer Tools Closed
The curl command that requests a translation at the command-line, raw-data level
curl -d "submit=Submit&pre_text=actgcttcggtacagtcagatcgactacgaccccattcagtc" http://web.expasy.org/cgi-bin/translate/dna_aa
Answers to the two questions regarding the ExPASy translation server’s output
- Yes there are links to other pages within the ExPASy translation server's responses.
/css/sib_css/sib.css<code> is one of them which links to the style of what we are seeing on the actual webpage. <code>/css/base.css<code> is another which I believe would take care of the text.