File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33
44# Filip Stefaniak, Janusz M. Bujnicki,
5- # AnnapuRNA: a scoring function for predicting RNA-small molecule interactions,
6- # bioRxiv 2020.09.08.287136; doi: https://doi.org/10.1101/2020.09.08.287136
7- # https://github.com/filipspl/AnnapuRNA
5+ # Citation: Stefaniak F, Bujnicki JM (2021) AnnapuRNA: A scoring function for
6+ # predicting RNA-small molecule binding poses. PLoS Comput Biol 17(2): e1008309.
7+ # https://doi.org/10.1371/journal.pcbi.1008309
8+
89
910import sys , getopt
1011import argparse
5556For tutorial please see: https://github.com/filipsPL/annapurna/
5657
5758This program is distributed under GNU Lesser General Public License Version 3, 29 June 2007.
59+
60+ Citation: Stefaniak F, Bujnicki JM (2021) AnnapuRNA: A scoring function for predicting
61+ RNA-small molecule binding poses. PLoS Comput Biol 17(2): e1008309.
62+ https://doi.org/10.1371/journal.pcbi.1008309
5863"""
5964
6065def parse_options ():
You can’t perform that action at this time.
0 commit comments