Skip to content

Commit

Permalink
reference added.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Feb 2, 2021
1 parent dc998ec commit 2c046dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions annapurna.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# -*- coding: utf-8 -*-

# Filip Stefaniak, Janusz M. Bujnicki,
# AnnapuRNA: a scoring function for predicting RNA-small molecule interactions,
# bioRxiv 2020.09.08.287136; doi: https://doi.org/10.1101/2020.09.08.287136
# https://github.com/filipspl/AnnapuRNA
# Citation: Stefaniak F, Bujnicki JM (2021) AnnapuRNA: A scoring function for
# predicting RNA-small molecule binding poses. PLoS Comput Biol 17(2): e1008309.
# https://doi.org/10.1371/journal.pcbi.1008309


import sys, getopt
import argparse
Expand Down Expand Up @@ -55,6 +56,10 @@
For tutorial please see: https://github.com/filipsPL/annapurna/
This program is distributed under GNU Lesser General Public License Version 3, 29 June 2007.
Citation: Stefaniak F, Bujnicki JM (2021) AnnapuRNA: A scoring function for predicting
RNA-small molecule binding poses. PLoS Comput Biol 17(2): e1008309.
https://doi.org/10.1371/journal.pcbi.1008309
"""

def parse_options():
Expand Down

0 comments on commit 2c046dc

Please sign in to comment.