Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
BfR-ABC-Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bfr_bioinformatics
BfR-ABC-Toolbox
Compare revisions
74082ffe6f074b0c97b09d4a04231fa653fe226c to 529c7455bd23e5d8aceee19a7fec450c0891f0e0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
bfr_bioinformatics/bfr-abc-toolbox
Select target project
No results found
529c7455bd23e5d8aceee19a7fec450c0891f0e0
Select Git revision
Branches
master
1 result
Swap
Target
bfr_bioinformatics/bfr-abc-toolbox
Select target project
bfr_bioinformatics/bfr-abc-toolbox
1 result
74082ffe6f074b0c97b09d4a04231fa653fe226c
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
added column with full install args
· f221ecf5
Holger Brendebach
authored
5 months ago
f221ecf5
add mamba install command
· 529c7455
Holger Brendebach
authored
5 months ago
529c7455
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/deploy_all_pipelines.sh
+2
-2
2 additions, 2 deletions
scripts/deploy_all_pipelines.sh
static/pipelines.tsv
+5
-5
5 additions, 5 deletions
static/pipelines.tsv
with
7 additions
and
7 deletions
scripts/deploy_all_pipelines.sh
View file @
529c7455
...
...
@@ -160,8 +160,8 @@ branch:|$branch
[[
$dryrun
==
false
&&
$do_git_pull
==
true
]]
&&
(
git
-C
$git_parent_dir
clone
--branch
"
$branch
"
"
${
repository_origin_urls
[
$pipeline
]
}
"
||
die
"Could not clone repository:
$pipeline
"
)
[[
!
-d
$pipeline_dir
]]
&&
die
"Directory was not created:
$pipeline_dir
"
##
check status
"
$pipeline_dir
"
/
"
${
pipeline_setup_sh
[
$pipeline
]
}
"
--auto
--
status
##
install mamba environment
"
$pipeline_dir
"
/
"
${
pipeline_setup_sh
[
$pipeline
]
}
"
--auto
--
mamba
return
0
}
...
...
This diff is collapsed.
Click to expand it.
static/pipelines.tsv
View file @
529c7455
pipeline official_name repository_name repository_origin_url main_snakefile pipeline_py pipeline_setup_sh pipeline_wrapper_sh
full_
install_args
aquamis AQUAMIS AQUAMIS https://gitlab.com/bfr_bioinformatics/AQUAMIS.git Snakefile aquamis.py scripts/aquamis_setup.sh scripts/aquamis_wrapper.sh --mamba --databases --test_data
bakcharak BakCharak bakcharak https://gitlab.com/bfr_bioinformatics/bakcharak.git Snakefile bakcharak.py scripts/bakcharak_setup.sh scripts/bakcharak_wrapper.sh --mamba --
databases
--test_data
chewiesnake ChewieSnake chewieSnake https://gitlab.com/bfr_bioinformatics/chewieSnake.git chewieSnake_fromcontigs.smk chewieSnake.py scripts/chewieSnake_setup.sh scripts/chewieSnake_wrapper.sh --mamba --databases
--test_data
pipeline official_name repository_name repository_origin_url main_snakefile pipeline_py pipeline_setup_sh pipeline_wrapper_sh install_args
_full
aquamis AQUAMIS AQUAMIS https://gitlab.com/bfr_bioinformatics/AQUAMIS.git Snakefile aquamis.py scripts/aquamis_setup.sh scripts/aquamis_wrapper.sh --mamba
--busco
--databases --test_data
bakcharak BakCharak bakcharak https://gitlab.com/bfr_bioinformatics/bakcharak.git Snakefile bakcharak.py scripts/bakcharak_setup.sh scripts/bakcharak_wrapper.sh --mamba --
amrfinder_update --databases --bakta light
--test_data
chewiesnake ChewieSnake chewieSnake https://gitlab.com/bfr_bioinformatics/chewieSnake.git chewieSnake_fromcontigs.smk chewieSnake.py scripts/chewieSnake_setup.sh scripts/chewieSnake_wrapper.sh --mamba --databases
snippysnake snippySnake snippySnake https://gitlab.com/bfr_bioinformatics/snippySnake.git snippySnake.smk snippySnake.py scripts/snippySnake_setup.sh scripts/snippySnake_wrapper.sh --mamba --databases --test_data
milonga MiLongA milonga https://gitlab.com/bfr_bioinformatics/milonga pipeline.smk milonga.py scripts/milonga_setup.sh scripts/milonga_wrapper.sh --mamba --
databases --test_data
milonga MiLongA milonga https://gitlab.com/bfr_bioinformatics/milonga pipeline.smk milonga.py scripts/milonga_setup.sh scripts/milonga_wrapper.sh --mamba --
test_data --sra_toolkit
This diff is collapsed.
Click to expand it.