Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
trio-whole-exome
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
igmmbioinformatics
trio-whole-exome
Commits
5262d001
Commit
5262d001
authored
3 years ago
by
not populated not populated
Browse files
Options
Downloads
Patches
Plain Diff
Corrected and simplified file paths for ultra2
parent
c418de42
No related branches found
No related tags found
1 merge request
!3
Ultra 2 SOP/doc updates
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trio_whole_exome_config.sh
+16
-13
16 additions, 13 deletions
trio_whole_exome_config.sh
with
16 additions
and
13 deletions
trio_whole_exome_config.sh
+
16
−
13
View file @
5262d001
...
...
@@ -3,19 +3,22 @@
# Basic configuration options for trio WES pipeline
#
SCRIPTS
=
/home/u035/u035/shared/script
s
B
CBIO_TEMPLATE
=
$SCRIPTS
/trio_whole_exome_bcbio_template.yaml
TARGET
=
/home/u035/u035/shared/resources/exome_targets/Twist_Exome_RefSeq_targets_hg38.plus15bp.bed
DOWNLOAD_DIR
=
/scratch/u035/u035/shared
/data
REFERENCE_GENOME
=
/home/u035/u035/shared/software/bcbio/genomes/Hsapiens/hg38/seq/hg38.fa
# primary location
s
B
ASE
=
/home/u035/u035/shared
SCRIPTS
=
$BASE
/scripts
DOWNLOAD_DIR
=
$BASE
/data
OUTPUT_DIR
=
$BASE
/results
BASE
=
/scratch/u035/u035/shared/analysis
PARAMS_DIR
=
$BASE
/params
READS_DIR
=
$BASE
/reads
CONFIG_DIR
=
$BASE
/config
WORK_DIR
=
$BASE
/work
OUTPUT_DIR
=
$BASE
/output
# resource locations
BCBIO_TEMPLATE
=
$SCRIPTS
/trio_whole_exome_bcbio_template.yaml
TARGET
=
$BASE
/resources/exome_targets/Twist_Exome_RefSeq_targets_hg38.plus15bp.bed
REFERENCE_GENOME
=
$BASE
/software/bcbio/genomes/Hsapiens/hg38/seq/hg38.fa
ARCHIVE_DIR
=
/archive/u035/trio_whole_exome
# temporary working files
PARAMS_DIR
=
$BASE
/analysis/params
READS_DIR
=
$BASE
/analysis/reads
CONFIG_DIR
=
$BASE
/analysis/config
WORK_DIR
=
$BASE
/analysis/work
LOGS_DIR
=
$BASE
/analysis/logs
export
PATH
=
/home/u035/u035/shared
/software/bcbio/tools/bin:
$PATH
export
PATH
=
$BASE
/software/bcbio/tools/bin:
$PATH
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