Difference between revisions of "Ebachour Week 9"

From LMU BioDB 2017
Jump to: navigation, search
(Added general format for this assignment)
(Adding the tests)
Line 1: Line 1:
 +
=Electronic Journal=
 +
 +
=GRNsight Test Results=
 +
[[File:GRNsight_Viewport_Fail.JPG|600px|thumb|right|]]
 +
We were tasked with testing the viewport size based on the test structure given in [[media:GRNsight_Testing-Viewport_Size.pdf | this PDF]].<br>
 +
Test 1: '''PASS'''<br>
 +
Test 2: '''PASS'''<br>
 +
Test 3: '''PASS'''<br>
 +
Test 4: '''PASS'''<br>
 +
Test 5: '''PASS'''<br>
 +
Test 6: '''PASS'''<br>
 +
Test 7: '''PASS'''<br>
 +
Test 8: '''PASS'''<br>
 +
Test 9: '''PASS'''<br>
 +
Test 10: '''PASS'''<br>
 +
Test 11: '''PASS'''<br>
 +
Test 12: '''PASS'''<br>
 +
Test 13: '''FAIL'''<br>
 +
Test 14: '''FAIL'''<br>
 +
Test 15: '''FAIL'''<br>
 +
 +
'''Test 13, 14, & 15 Fail Explanation''': These three tests failed because the viewport doesn't truly "Fit to Window" when you get to smaller screen sizes. For example, when looking at the screenshot on the right, you would notice that there is a scrollbar on the bottom of the window. If you were to make the window just slightly larger, then that scrollbar would go away. This is because although the "Fit to Window" feature properly fits to window for most larger window sizes, but when the window gets below a specific width, it ceases to adhere to the full width of the window.
 +
 +
=API=
 +
 +
 
<pre>
 
<pre>
 
gene_name=[ENTER GENE NAME HERE]
 
gene_name=[ENTER GENE NAME HERE]

Revision as of 04:47, 31 October 2017

Electronic Journal

GRNsight Test Results

GRNsight Viewport Fail.JPG

We were tasked with testing the viewport size based on the test structure given in this PDF.
Test 1: PASS
Test 2: PASS
Test 3: PASS
Test 4: PASS
Test 5: PASS
Test 6: PASS
Test 7: PASS
Test 8: PASS
Test 9: PASS
Test 10: PASS
Test 11: PASS
Test 12: PASS
Test 13: FAIL
Test 14: FAIL
Test 15: FAIL

Test 13, 14, & 15 Fail Explanation: These three tests failed because the viewport doesn't truly "Fit to Window" when you get to smaller screen sizes. For example, when looking at the screenshot on the right, you would notice that there is a scrollbar on the bottom of the window. If you were to make the window just slightly larger, then that scrollbar would go away. This is because although the "Fit to Window" feature properly fits to window for most larger window sizes, but when the window gets below a specific width, it ceases to adhere to the full width of the window.

API

gene_name=[ENTER GENE NAME HERE]

gene_id=$(curl -L "http://www.uniprot.org/uniprot/?query=559292+$gene_name&sort=score" | grep -o -P '(?<=tbody><tr id=").*(?=\" class=" entry s)')

curl -L "http://uniprot.org/uniprot/$gene_id.xml"


Acknowledgements

I worked with my homework partner Katie Wright in class. We also met face-to-face one time outside of class. We texted outside of class and met to work on the API part of teh assignment together.
While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.
Ebachour (talk) 21:24, 30 October 2017 (PDT)

References

Navigate to the Rest of my Pages

Eddie Bachoura

Biological Databases Homepage

Assignment Pages

Journal Entries

Shared Journal Entries