-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7575b83
commit 91f6003
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
cd /hpctmp/a0155826x/pyscenic | ||
|
||
source /app1/ebenv && module load pySCENIC/0.12.1-foss-2022a | ||
|
||
pyscenic grn --num_workers 24 --output output/adj.tsv --method grnboost2 pri_caf_counts.loom hs_hgnc_curated_tfs.txt | ||
pyscenic ctx output/adj.tsv hg38_10kbp_up_10kbp_down_full_tx_v10_clust.genes_vs_motifs.rankings.feather --annotations_fname motifs-v10nr_clust-nr.hgnc-m0.001-o0.0.tbl --expression_mtx_fname pri_caf_counts.loom --mode "dask_multiprocessing" --output output/reg.csv --num_workers 24 --mask_dropouts | ||
pyscenic aucell pri_caf_counts.loom output/reg.csv --output output/pri_caf_aucell.txt --num_workers 24 |