Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PySCENIC: Use bioconda dependency now available #337

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/tertiary-analysis/pyscenic/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ categories:
- Transcriptomics
- RNA
- Sequence Analysis
- Single Cell
description: "PySCENIC scripts based on usage at https://pyscenic.readthedocs.io/"
long_description: |
pySCENIC is a lightning-fast python implementation of the SCENIC pipeline (Single-Cell rEgulatory Network Inference and Clustering)
Expand Down
4 changes: 1 addition & 3 deletions tools/tertiary-analysis/pyscenic/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<token name="@TOOL_VERSION@">0.12.1</token>
<xml name="requirements">
<requirements>
<container type="docker">
aertslab/pyscenic:@TOOL_VERSION@
</container>
<requirement type="package" version="@TOOL_VERSION@">pyscenic</requirement>
</requirements>
</xml>
<xml name="citations">
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/pyscenic/pyscenic_aucell.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="pyscenic_aucell" name="PySCENIC AUCell" profile="21.09" version="@TOOL_VERSION@+galaxy0">
<tool id="pyscenic_aucell" name="PySCENIC AUCell" profile="21.09" version="@TOOL_VERSION@+galaxy1">
<description>calculates AUCell to find relevant regulons/gene sets</description>
<macros>
<import>macros.xml</import>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="pyscenic_binarize" name="PySCENIC Binarize AUCell" profile="21.09" version="@TOOL_VERSION@+galaxy0">
<tool id="pyscenic_binarize" name="PySCENIC Binarize AUCell" profile="21.09" version="@TOOL_VERSION@+galaxy1">
<description>defines AUCell thresholds and tags cells as passing it or not</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/pyscenic/pyscenic_ctx.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="pyscenic_ctx" name="PySCENIC CTX" profile="21.09" version="@TOOL_VERSION@+galaxy0">
<tool id="pyscenic_ctx" name="PySCENIC CTX" profile="21.09" version="@TOOL_VERSION@+galaxy1">
<description>
computes active regulons based on a gene regulatory network
</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/pyscenic/pyscenic_grn.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="pyscenic_grn" name="PySCENIC GRN" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<tool id="pyscenic_grn" name="PySCENIC GRN" version="@TOOL_VERSION@+galaxy1" profile="21.09">
<description>infers gene regulatory networks</description>
<macros>
<import>macros.xml</import>
Expand Down
Loading