Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arraymapVariant-callsMapping
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bo Gao
arraymapVariant-callsMapping
Merge requests
!7
README
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
README
michael-edits
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
README
Michael Baudis
requested to merge
michael-edits
into
master
Oct 28, 2016
Overview
0
Commits
2
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ea2d0219
2 commits,
Oct 28, 2016
2 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
README.md
+
6
−
6
View file @ ea2d0219
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,22 +3,22 @@ New cli script gvnc.py is added.
This script checks through the given source db collection, generate new
VARIANTs containing CALLs, and put them in the destination db collection.
>NOTE: Please manually create the destination collection to avoid
accidental overwritting of existing collection.
>WARNING: This script will overwrite the destination db collection, check
before running.
>Example: python3 gvnc.py --demo 1000 --dnw --log log.txt This will run for
1000 valid samples, the result wont be written to the database, and any
error or warning messages will be shown in log.txt.
## Options:
*
`-db, --dbname TEXT The name of the database, default is arraymap`
*
`-src, --collection_src TEXT The collection to read from, default is samples`
*
`-dst, --collection_dst TEXT The collection to write into, default is
my
variants`
*
`-db, --dbname TEXT The name of the database, default is
"
arraymap
"
`
*
`-src, --collection_src TEXT The collection to read from, default is
"
samples
"
`
*
`-dst, --collection_dst TEXT The collection to write into, default is
"
variants
"
`
*
`--demo INTEGER RANGE Only process a limited number of entries`
*
`--dnw Do Not Write to the db`
*
`--log FILENAME Output errors and warnings to a log file`
Loading