-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e776ff
commit fae912e
Showing
5,148 changed files
with
19 additions
and
330,855 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
# Sample Package Data | ||
# Data | ||
This directory contains data that were included with the argenomic package. This is also a place where non-code related additional information (such as data files, molecular structures, etc.) can | ||
conveniently stored. Please note that the output files are automatically stored in their own folder. | ||
|
||
This directory contains sample additional data you may want to include with your package. | ||
This is a place where non-code related additional information (such as data files, molecular structures, etc.) can | ||
go that you want to ship alongside your code. | ||
An overview of the subdirectories: | ||
|
||
Please note that it is not recommended to place large files in your git directory. If your project requires files larger | ||
than a few megabytes in size it is recommended to host these files elsewhere. This is especially true for binary files | ||
as the `git` structure is unable to correctly take updates to these files and will store a complete copy of every version | ||
in your `git` history which can quickly add up. As a note most `git` hosting services like GitHub have a 1 GB per repository | ||
cap. | ||
* cvt: Contains the cvt centroids as stored in cache. New cvt centroids, as a generated by argenomic, will be stored here automaticaly. | ||
|
||
## Including package data | ||
* figures: A collection of figures generated with data from argenomic. | ||
|
||
Modify your package's `setup.py` file and the `setup()` command. Include the | ||
[`package_data`](http://setuptools.readthedocs.io/en/latest/setuptools.html#basic-use) keyword and point it at the | ||
correct files. | ||
* smarts: Two smarts-files: alert_collection.csv (containing the smarts needed to remove unwanted molecules) and mutation_collection.tsv containing the smarts causing the mutations an their probability weights. | ||
|
||
## Manifest | ||
|
||
* `look_and_say.dat`: first entries of the "Look and Say" integer series, sequence [A005150](https://oeis.org/A005150) | ||
* smiles: a number of files contianing databases of smiles from ZINC, ChEMBL and the Guacamol projects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.