Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Diogo Batista Lima
ProTReND
Commits
8c24cec0
Commit
8c24cec0
authored
Jul 03, 2019
by
Diogo Batista Lima
Browse files
Update README-Template.md
parent
37a1489c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README-Template.md
View file @
8c24cec0
...
...
@@ -104,6 +104,14 @@ through extensive processing and filtering to create Transcriptional Regulatory
The following sections, further detail the developed code.
#### launcher.py
This is the script to run to create the database from retrieved external data. The "writer.py" module is integrated within this one, creating a
log file with a short quantitative summary of the database's contents during construction. By default, the functions assume that the data
has been processed and create the database automatically. Each function has a "preprocessing" boolean flag, that can be activated to repeat
preprocessing for a given external source. If the user wants to update an already integrated external source, it can do so by running the launcher
functions associated with that source (data will be duplicated in the Staging Area as intended, but not in the TRN Universal Graph unit).
If the user has a file with the same structure as the file used to integrate the external source data in the TRN Universal Graph unit,
there is no need to repeat preprocessing. If the user only has a newer version of the raw data retrieved from the external source, it is
mandatory to repeat the preprocessing stages (preprocessing=True).
#### Automatic_TRN_Integrator.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment