Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Gitlab will go in to maintenance on Friday 5:30pm since SIU is doing Isilon maintenance and we use isilon shares on the Gitlab
You are on a read-only GitLab instance.
Show more breadcrumbs
IMP-dev
IMP
Commits
bf4f0c43
Commit
bf4f0c43
authored
9 years ago
by
Malte Herold
Browse files
Options
Downloads
Patches
Plain Diff
added dependencies for gaia
parent
73124517
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conf/gaia_PREPROCESSING_modules.sh
+0
-9
0 additions, 9 deletions
conf/gaia_PREPROCESSING_modules.sh
conf/userconfig.imp.json
+2
-2
2 additions, 2 deletions
conf/userconfig.imp.json
modules_to_preload.sh
+27
-0
27 additions, 0 deletions
modules_to_preload.sh
with
29 additions
and
11 deletions
conf/gaia_PREPROCESSING_modules.sh
deleted
100644 → 0
+
0
−
9
View file @
73124517
#!/bin/bash -l
module load BWA
module load SAMtools
module load BEDTools
module load OpenBLAS
module load Boost/1.53.0-ictce-5.3.0
module list
This diff is collapsed.
Click to expand it.
conf/userconfig.imp.json
+
2
−
2
View file @
bf4f0c43
...
...
@@ -3,7 +3,7 @@
"threads"
:
4
},
"Preprocessing"
:
{
"pre"
:
"echo '//LOADING PREPROCESSING MODULE: You can write custom shell commands here'
&& source /home/users/snarayanasamy/repositories/IMP/conf/gaia_PREPROCESSING_modules.sh
"
,
"pre"
:
"echo '//LOADING PREPROCESSING MODULE: You can write custom shell commands here' "
,
"filtering"
:
false
,
"trimmomatic"
:
{
"jarfile"
:
"/mnt/nfs/projects/ecosystem_biology/local_tools/Trimmomatic-0.32/trimmomatic-0.32.jar"
,
...
...
@@ -18,7 +18,7 @@
}
},
"Assembly"
:
{
"pre"
:
"echo '//LOADING ASSEMBLY MODULE'
&& source /home/users/mherold/TOOLS/IMP/conf/gaia_ASSEMBLY_modules.sh
"
"pre"
:
"echo '//LOADING ASSEMBLY MODULE'"
},
"Analysis"
:
{
"pre"
:
"echo '//LOADING ANALYSIS MODULE'"
...
...
This diff is collapsed.
Click to expand it.
modules_to_preload.sh
0 → 100644
+
27
−
0
View file @
bf4f0c43
#!/bin/bash -l
module load Python
source env
/bin/activate
module load MEGAHIT
module load BWA
module load SAMtools
module load BEDTools
module load OpenBLAS
module load Boost/1.53.0-ictce-5.3.0
export
PATH
=
$PATH
:/mnt/nfs/projects/ecosystem_biology/local_tools/idba-1.1.1.icc/bin
module load CAP3
#symbolic links for prokka db
module load prokka
export
PATH
=
$PATH
:/mnt/nfs/projects/ecosystem_biology/local_tools/tabix-0.2.6
export
PATH
=
$PATH
:/mnt/nfs/projects/ecosystem_biology/local_tools/gkno_launcher/tools/freebayes/bin
export
PATH
=
$PATH
:/mnt/nfs/projects/ecosystem_biology/local_tools/vcftools/bin
export
PERL5LIB
=
$PERL5LIB
:/mnt/nfs/projects/ecosystem_biology/local_tools/vcftools/perl
export
PATH
=
$PATH
:/mnt/nfs/projects/ecosystem_biology/local_tools/Platypus_0.7.9.1
module list
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