-
publish_1.0.0c0810296 · ·
Initial release of Astrocyte AlphaGenome Workflow v1.0.0 Integrates Google DeepMind AlphaGenome API for variant effect prediction on the BioHPC Astrocyte platform. Features: - Batch variant scoring across all genomic modalities (RNA-seq, ATAC-seq, ChIP-seq, splicing, and more) - REF vs ALT RNA-seq track comparison plots - Interactive vizapp for browsing results - Supports human (hg38) and mouse (mm10) - Optional tissue/cell type filtering via ontology terms For non-commercial research use only (CC-BY-NC 4.0).
-
-
-
-
-
-
test_1.1.087161cb4 · ·
Fixing vizapp no output issue. def ontology_arg = (params.ontology_terms && params.ontology_terms != 'Null' && params.ontology_terms != 'true') ? "--ontology_terms \"${params.ontology_terms}\"" : "" -
-