Difference between revisions of "Ebachour Week 9"

From LMU BioDB 2017
Jump to: navigation, search
(Adding the discovered code)
 
(Added general format for this assignment)
Line 6: Line 6:
 
curl -L "http://uniprot.org/uniprot/$gene_id.xml"
 
curl -L "http://uniprot.org/uniprot/$gene_id.xml"
 
</pre>
 
</pre>
 +
 +
 +
=Acknowledgements=
 +
I worked with my homework partner [[User:kwrigh35 | 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.<br>
 +
'''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.'''<br>
 +
[[User:Ebachour|Ebachour]] ([[User talk:Ebachour|talk]]) 21:24, 30 October 2017 (PDT)
 +
 +
=References=
 +
* LMU BioDB 2017. (2017). Week 9. Retrieved October 27, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_9
 +
 +
{{Template:ebachour}}

Revision as of 04:24, 31 October 2017

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