You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ tree = sg.ScaffoldTree.from_smiles('my_smiles_file.smi')
331
331
332
332
@property
333
333
defname(self):
334
-
return'cutstom rule 03'
334
+
return'custom rule 03'
335
335
```
336
336
337
337
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
393
393
394
394
## Citation
395
395
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}",
0 commit comments