Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
STR
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anne-Sophie Denommé-Pichon
STR
Commits
f89dc48a
Commit
f89dc48a
authored
Jun 07, 2020
by
Anne-Sophie Denommé-Pichon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create config.sh and TODO.org
parent
e8755663
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
TODO.org
TODO.org
+6
-0
config.sh
config.sh
+40
-0
No files found.
TODO.org
0 → 100644
View file @
f89dc48a
* Ajouter messages d'erreur
* Ecrire la doc
** Ajouter dans la doc que Tred doit être ouvert dans virtualenv
* Mode transfert
* Brancher EHDN et outlier
* Ajourer EHDN dans GetResults
config.sh
0 → 100644
View file @
f89dc48a
#! /bin/sh
### ASDP pipeline###
## Version: 0.0.1
## License; AGPLv3
## Author: anne-sophie.denomme-pichon@u-bourgogne.fr
## Description: configuration file
INPUTDIR
=
"/archive/gad/shared/bam_new_genome_temp"
OUTPUTDIR
=
"/work/gad/shared/analyse/STR/pipeline"
# Valid values: "sge"
INFRA
=
sge
# Variables specific to SGE
TRANSFER_QUEUE
=
transfer
COMPUTE_QUEUE
=
batch
TRANSFER
=
yes
#FIXME attention, changer aussi le delete +++
# Tools
PARALLEL
=
"/work/gad/shared/bin/parallel/parallel-20150522-1.el7.cern/bin/parallel"
PARALLEL_JOB_COUNT
=
"16"
EH
=
"/work/gad/shared/bin/expansionhunter/ExpansionHunter-v3.1.2-linux_x86_64/bin/ExpansionHunter"
EH_VARIANT_CATALOG
=
"/work/gad/shared/bin/expansionhunter/ExpansionHunter-v3.1.2-linux_x86_64/variant_catalog/hg19/variant_catalog.json"
TREDPARSE
=
"/work/gad/shared/bin/tredparse/Tredparse-20190901/bin/tred.py"
TREDPARSE_VENV
=
"/work/gad/shared/bin/tredparse/Tredparse-20190901/bin/activate"
# To load Tredparse in a virtual environment
GANGSTR
=
"/work/gad/shared/bin/gangstr/GangSTR-2.4/bin/GangSTR"
GANGSTR_REGIONS
=
"/work/gad/shared/bin/gangstr/STRregions/hg19_ver13_1.bed"
EHDN
=
"/work/gad/shared/bin/expansionhunterdenovo/ExpansionHunterDenovo-v0.8.0-linux_x86_64/bin/ExpansionHunterDenovo-v0.8.0"
EHDN_OUTLIER
=
"/work/gad/shared/bin/expansionhunterdenovo/ExpansionHunterDenovo-v0.8.0-linux_x86_64/scripts/outlier.py"
REF
=
"/work/gad/shared/pipeline/hg19/index/hg19_essential.fa"
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