-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
926 additions
and
619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
__merge__: ../../../api/comp_method.yaml | ||
|
||
functionality: | ||
name: ennet | ||
namespace: "grn_methods" | ||
info: | ||
label: ennet | ||
summary: "GRN inference using ENNET" | ||
description: | | ||
GRN inference using ENNET. | ||
documentation_url: https://doi.org/10.1186/1752-0509-7-106 | ||
resources: | ||
- type: r_script | ||
path: script.R | ||
|
||
platforms: | ||
- type: docker | ||
image: janursa/figr:19-08-2024 | ||
setup: | ||
- type: r | ||
packages: [ foreach, plyr, anndata, dplyr ] | ||
- type: docker | ||
run: | | ||
wget http://github.com/slawekj/ennet/archive/master.tar.gz -O ennet.tar.gz && \ | ||
tar -xvzf ennet.tar.gz && \ | ||
cd ennet-master && \ | ||
R CMD build ennet && \ | ||
R CMD INSTALL ennet | ||
- type: native | ||
- type: nextflow | ||
directives: | ||
label: [midtime,midmem,midcpu] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
__merge__: ../../../api/comp_method.yaml | ||
|
||
functionality: | ||
name: genie3 | ||
namespace: "grn_methods" | ||
info: | ||
label: genie3 | ||
|
||
summary: "GRN inference using GENIE3" | ||
description: | | ||
GRN inference using GENIE3. | ||
documentation_url: https://www.bioconductor.org/packages/release/bioc/html/GENIE3.html | ||
resources: | ||
- type: python_script | ||
path: script.py | ||
|
||
platforms: | ||
- type: docker | ||
image: continuumio/anaconda3:2024.02-1 | ||
setup: | ||
- type: docker | ||
run: | | ||
conda install -y -c bioconda arboreto pandas | ||
- type: python | ||
packages: [ anndata ] | ||
- type: native | ||
- type: nextflow | ||
directives: | ||
label: [midtime,midmem,midcpu] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
__merge__: ../../../api/comp_method.yaml | ||
|
||
functionality: | ||
name: grnboost2 | ||
namespace: "grn_methods" | ||
info: | ||
label: grnboost2 | ||
summary: "GRN inference using GRNBoost2" | ||
description: | | ||
GRN inference using GRNBoost2. | ||
documentation_url: https://arboreto.readthedocs.io/en/latest/algorithms.html#grnboost2 | ||
|
||
resources: | ||
- type: python_script | ||
path: script.py | ||
|
||
platforms: | ||
- type: docker | ||
image: continuumio/anaconda3:2024.02-1 | ||
setup: | ||
- type: docker | ||
run: | | ||
conda install -y -c bioconda arboreto pandas | ||
- type: python | ||
packages: [ anndata ] | ||
- type: native | ||
- type: nextflow | ||
directives: | ||
label: [midtime,midmem,midcpu] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.