Packages/BioArchLinux/r-ccimpute/lilac.py
2023-12-15 13:32:16 +02:00

17 lines
500 B
Python

#!/usr/bin/env python3
from lilaclib import *
import os
import sys
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
from lilac_r_utils import r_pre_build
def pre_build():
r_pre_build(
_G,
expect_title = "ccImpute: an accurate and scalable consensus clustering based approach to impute dropout events in the single-cell RNA-seq data (https://doi.org/10.1186/s12859-022-04814-8)",
)
def post_build():
git_pkgbuild_commit()
update_aur_repo()