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
Show more breadcrumbs
IMP-dev
IMP
Commits
40ddf175
Commit
40ddf175
authored
9 years ago
by
Yohan Jarosz
Browse files
Options
Downloads
Patches
Plain Diff
delete unused files
parent
d842eebe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules_to_preload.sh
+0
-41
0 additions, 41 deletions
modules_to_preload.sh
virtualenv_setup.txt
+0
-14
0 additions, 14 deletions
virtualenv_setup.txt
with
0 additions
and
55 deletions
modules_to_preload.sh
deleted
100644 → 0
+
0
−
41
View file @
d842eebe
#!/bin/bash -l
#source this file before execution of snakefile
module load Python
source
/mnt/nfs/projects/ecosystem_biology/local_tools/IMP/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/Platypus_0.7.9.1
module load R
Rscript
-e
"install.packages('beanplot')"
module list
#The Boost C++ Libraries were successfully built!
#
#The following directory should be added to compiler include paths:
#
# /mnt/src_nfs1/projects/ecosystem_biology/local_tools/IMP/dependencies/boost_1_54_0
#
#The following directory should be added to linker library paths:
#
# /mnt/src_nfs1/projects/ecosystem_biology/local_tools/IMP/dependencies/boost_1_54_0/stage/lib
#
This diff is collapsed.
Click to expand it.
virtualenv_setup.txt
deleted
100644 → 0
+
0
−
14
View file @
d842eebe
#load 3.3?
#module load Python
#~/.local/bin/virtualenv-3.2 /mnt/nfs/projects/ecosystem_biology/local_tools/IMP
source /mnt/nfs/projects/ecosystem_biology/local_tools/IMP/bin/actviate
#pip install -U pip
#pip install -U setuptools
pip install snakemake
pip install numpy
easy_install scipy
easy_install scikit-learn
#easy_install numpy??
#export PYTHONPATH=env/lib/python3.2/site-packages/
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