Skip to content

Commit

Permalink
workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Sep 15, 2024
1 parent c1adbbd commit a60f0ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/methods/multi_omics/scglue/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def prune_grn(par):
par['genes_vs_motifs_500'] = 'output/scenic/databases/hg38_500bp_up_100bp_down_full_tx_v10_clust.genes_vs_motifs.rankings.feather'
par['genes_vs_motifs_10k'] = 'output/scenic/databases/hg38_10kbp_up_10kbp_down_full_tx_v10_clust.genes_vs_motifs.rankings.feather'
par['motif_annotation'] = 'output/scenic/databases/motifs-v10nr_clust-nr.hgnc-m0.001-o0.0.tbl'

command = [
"pyscenic", "ctx",
f"{par['temp_dir']}/draft_grn.csv",
Expand All @@ -253,7 +253,9 @@ def prune_grn(par):
"--nes_threshold", "2",
"--mask_dropouts",
"--min_genes", "1",
"--num_workers", f"{par['num_workers']}"
"--num_workers", f"{par['num_workers']}",
"--cell_id_attribute", "obs_id",
"--gene_attribute", "name"
]

result = subprocess.run(command, check=True)
Expand Down
2 changes: 0 additions & 2 deletions src/workflows/run_benchmark_single_omics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ workflow run_wf {
genie3,
grnboost2,
ppcor,
scsgl,
tigress,
scgpt,
scenic
]
Expand Down

0 comments on commit a60f0ef

Please sign in to comment.