Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakemake_wrappers
Manage
Activity
Members
Labels
Plan
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
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
Blaise LI
snakemake_wrappers
Commits
6a93d9c6
Commit
6a93d9c6
authored
4 years ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
Update libreads dependency for pipeline compat.
parent
4cb37056
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
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
requirements.txt
+
1
−
1
View file @
6a93d9c6
libhts
@
git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec
libhts
@
git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec
libworkflows
@
git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d
libworkflows
@
git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d
libreads
@
git+https://gitlab.pasteur.fr/bli/libreads.git@
da11f81ddf1ddd7fc846361a9217f8152548f4b
4
libreads
@
git+https://gitlab.pasteur.fr/bli/libreads.git@
91db379cd379f8f12fccdd3840d4369b7f09d44
4
pandas
pandas
snakemake
snakemake
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6a93d9c6
...
@@ -25,7 +25,7 @@ setup(
...
@@ -25,7 +25,7 @@ setup(
install_requires
=
[
install_requires
=
[
"
libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec
"
,
"
libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec
"
,
"
libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d
"
,
"
libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d
"
,
"
libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@
da11f81ddf1ddd7fc846361a9217f8152548f4b
4
"
,
"
libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@
91db379cd379f8f12fccdd3840d4369b7f09d44
4
"
,
"
pandas
"
,
"
pandas
"
,
"
snakemake
"
],
"
snakemake
"
],
package_data
=
{
package_data
=
{
...
...
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