Skip to content

pan14001/genetics-jargon-counter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Count all the concepts introduced in Genetics 2410. There are over 500!

cat *.txt | wc
    525    1266   11355

The concepts are burried in PDFs which is typically difficult for computer programs to read. Therefore we first convert the PDFs into XML, and then parse the XML using Python. To do both, at the command-line simply run:

make

Now we can see the list of concepts using:

cat *.txt

About

Count all the genetics concepts learned in the MCB 2410 course in a semester.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages