Skip to content

Commit 87babfb

Browse files
author
Oliver Scott
committed
README update
1 parent f5a22e7 commit 87babfb

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ tree = sg.ScaffoldTree.from_smiles('my_smiles_file.smi')
331331

332332
@property
333333
def name(self):
334-
return 'cutstom rule 03'
334+
return 'custom rule 03'
335335
```
336336

337337
Custom rules can subsequently be added to a rule set and supplied to the scaffold tree constructor:
@@ -393,4 +393,20 @@ ScaffoldGraph uses Travis CI for continuous integration
393393

394394
## Citation
395395

396-
Pending...
396+
If you use this software in your own work please cite our [paper](https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/btaa219/5814205),
397+
and the respective papers of the methods used.
398+
399+
```
400+
@article{10.1093/bioinformatics/btaa219,
401+
author = {Scott, Oliver B and Chan, A W Edith},
402+
title = "{ScaffoldGraph: an open-source library for the generation and analysis of molecular scaffold networks and scaffold trees}",
403+
journal = {Bioinformatics},
404+
year = {2020},
405+
month = {03},
406+
issn = {1367-4803},
407+
doi = {10.1093/bioinformatics/btaa219},
408+
url = {https://doi.org/10.1093/bioinformatics/btaa219},
409+
note = {btaa219}
410+
eprint = {https://academic.oup.com/bioinformatics/advance-article-pdf/doi/10.1093/bioinformatics/btaa219/32984904/btaa219.pdf},
411+
}
412+
```

0 commit comments

Comments
 (0)