Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nested
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matej Lexa
nested
Commits
81ed799b
There was an error fetching the commit references. Please try again later.
Unverified
Commit
81ed799b
authored
6 years ago
by
rlapar
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
24e3efa4
No related branches found
No related tags found
1 merge request
!12
External config
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-11
30 additions, 11 deletions
README.md
with
30 additions
and
11 deletions
README.md
+
30
−
11
View file @
81ed799b
...
...
@@ -10,18 +10,15 @@ https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Do
-
genometools (v 1.5.8) with gt sketch -
https://github.com/genometools/genometools
#### Python3 libraries
Program is running only on Python 3 version and uses non-standard libraries:
#### Install
-
BioPython -
http://biopython.org/
-
BCBio GFF -
https://github.com/chapmanb/bcbb/tree/master/gff
-
networkx -
https://networkx.github.io/
```
chmod +x setup.sh
sudo ./setup.sh
```
#### Setting up the config
Before usage,
**
python/
config.
p
y**
needs to be set up:
Before usage,
**config.y
ml
**
needs to be set up:
-
ltr paths - executable, prosite and tRNAdb
-
ltr arguments
...
...
@@ -30,12 +27,34 @@ Before usage, **python/config.py** needs to be set up:
-
blastx protein database (our database available at ... )
-
blastx arguments
**Note**
:
`config.yml`
is located by default in directory
`/etc/nested/.`
#### Usage
```
Usage:
python3 main.py [OPTIONS]
Usage:
nested-nester [OPTIONS] INPUT_FASTA
Options:
-i, --input_fasta TEXT Input fasta file. [required]
-s, --sketch_only If true, nesting is not computed. Genes are sketched
only from existing gff files.
-d, --data_folder TEXT Output data folder.
--help Show this message and exit.
```
```
Usage: nested-generator [OPTIONS] INPUT_DB OUTPUT_DB
Options:
-l, --baselength INTEGER Baselength for generated elements.
-i, --number_of_iterations INTEGER
Number of iterations in generating.
-n, --number_of_elements INTEGER
Number of generated elements.
-f, --filter Filter database and create new one with
given output db path.
-s, --filter_string TEXT Filter entries by given string [ONLY
RELEVANT WITH -filter OPTION].
-o, --filter_offset INTEGER LTR offset allowed [ONLY RELEVANT WITH
-filter OPTION].
-d, --data_folder TEXT Output data folder.
--help Show this message and exit.
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment