We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,谢谢提供一个gitlab的代码管理容器。 最近我想设置一个数据分析的容器,使用Dockerfile进行,想设置一个数据输入输出参数接口,如下面这种形式: docker run -it --rm -v /path/to/data:/scenicdata aertslab/pyscenic:[version] pyscenic ctx /scenicdata/expr_mat.adjacencies.tsv /scenicdata/hg19-tss-centered-5kb-7species.mc9nr.feather /scenicdata/hg19-tss-centered-10kb-7species.mc9nr.feather --annotations_fname /scenicdata/motifs-v9-nr.hgnc-m0.001-o0.0.tbl --expression_mtx_fname /scenicdata/expr_mat.tsv --mode "dask_multiprocessing" --output /scenicdata/regulons.csv --num_workers 6
如:--annotations_fname这种参数在dockerfile中如何书写呢? CMD ["pyscenic","annotations_fname"] 这样吗?
祝好, Honghanhui
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,谢谢提供一个gitlab的代码管理容器。
最近我想设置一个数据分析的容器,使用Dockerfile进行,想设置一个数据输入输出参数接口,如下面这种形式:
docker run -it --rm
-v /path/to/data:/scenicdata
aertslab/pyscenic:[version] pyscenic ctx
/scenicdata/expr_mat.adjacencies.tsv
/scenicdata/hg19-tss-centered-5kb-7species.mc9nr.feather
/scenicdata/hg19-tss-centered-10kb-7species.mc9nr.feather
--annotations_fname /scenicdata/motifs-v9-nr.hgnc-m0.001-o0.0.tbl
--expression_mtx_fname /scenicdata/expr_mat.tsv
--mode "dask_multiprocessing"
--output /scenicdata/regulons.csv
--num_workers 6
如:--annotations_fname这种参数在dockerfile中如何书写呢?
CMD ["pyscenic","annotations_fname"] 这样吗?
祝好,
Honghanhui
The text was updated successfully, but these errors were encountered: