Cazinge Notebook

From LMU BioDB 2017
Jump to: navigation, search

Week 3

This assignment was pretty simple given my background in computer science. All I had to really do was format the HTTP request based on the input from the form, appending the info to the base url of ExPASy. After that I noticed that in the data that was valuable, the tags were uppercased, so I just had my regex look for tags in all uppercase. finally, I constructed a regular expression to filter out all the tags from the result, while sed wasn't able to use non-greedy quantifiers, I was able to get around that by looking for every character except the closing angle bracket, and so I was able to complete everything effectively.

Cazinge (talk) 15:16, 16 September 2017 (PDT)