Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Frits Sweijen
LINC
Commits
73ba8633
Commit
73ba8633
authored
3 years ago
by
Marcel Loose
Committed by
Mattia Mancini
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add requirements.txt file for creating virtual env for running Prefactor
Former-commit-id:
5bb1d0ca
Former-commit-id:
58b3f798
parent
17dbb36b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build_venv.sh
+12
-0
12 additions, 0 deletions
build_venv.sh
requirements.txt
+1
-0
1 addition, 0 deletions
requirements.txt
with
13 additions
and
0 deletions
build_venv.sh
0 → 100755
+
12
−
0
View file @
73ba8633
#!/bin/sh
#
# Build a virtual environment that can be used to run the Prefactor pipeline
python3
-m
venv venv
.
venv/bin/activate
python3
-m
pip
install
--upgrade
pip
python3
-m
pip
install
--upgrade
wheel
python3
-m
pip
install
-r
requirements.txt
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
1
−
0
View file @
73ba8633
toil
@
git+https://github.com/DataBiosphere/toil.git@27dae4cb1ea7e9df56c5e901ec786387c8111f5b#egg
=toil
[cwl]
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