Open zhangpicb opened 1 year ago
Hi @zhangpicb , Thank you for the interest in our paper and code! Maybe you forgot to download the 3rd chunk on line 27:
#################################
### DOWNLOAD CODE FROM GITHUB ###
#################################
! test -d 'sauron' && {
$(git clone https://github.com/NBISweden/sauron.git --branch v.0.1-beta)
}
script_path=$main/'sauron/scripts'
Give it a try and let me know if you face other issues. Cheers, Paulo
Dear @czarnewski
Thanks for your beautiful paper and code!
I want to use scRNA-seq data with cell type annotation to deconvolution my bulk RNA-seq.
But I only find scRNA-seq raw data and codes.And the _scriptpath in _runworkflow.sh is not found in this repo.
https://github.com/czarnewski/ilc_tissue_imprinting/blob/4a3f8a3c9b8a6058db4ede4cc946b05e0794b93d/run_workflow.sh#LL74C10-L74C21
Thanks in advanced!