Collin Tokheim
Collin Tokheim
I noticed a case where the primary transcript for variant annotation would seemingly indicate that it matches the uniprot protein sequence, but in actuality it does not. For example, see...
Is the config file a required argument? Might be nice to add required=True so that argparse catches this, or if there is default then put a default=XXX in the add_argument...
I saw in interesting github package that turns python command line tools into GUI's (https://github.com/chriskiehl/Gooey). Works by figuring out the inputs from argparse. Seems to work on SCHISM (didn't bother...
Looks like the "#" was dropped on several hex codes. Matplotlib doesn't like this.