Skip to content

Commit

Permalink
Merge pull request #784 from AlexsLemonade/allyhawkins/hvgs-merged-ob…
Browse files Browse the repository at this point in the history
…ject

Merged HVGS into `main`
  • Loading branch information
allyhawkins authored Aug 5, 2024
2 parents d7abaa8 + 21a7e2f commit 8e1c63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merge.nf
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ process export_anndata {
${has_adt ? "--feature_name adt" : ''}
# move normalized counts to X in AnnData
reformat_anndata.py --anndata_file ${rna_h5ad_file}
${has_adt ? "reformat_anndata.py --anndata_file ${feature_h5ad_file}" : ''}
reformat_anndata.py --anndata_file ${rna_h5ad_file} --hvg_name "merged_highly_variable_genes"
${has_adt ? "reformat_anndata.py --anndata_file ${feature_h5ad_file} --hvg_name 'none' " : ''}
"""
stub:
rna_h5ad_file = "${merge_group_id}_merged_rna.h5ad"
Expand Down

0 comments on commit 8e1c63a

Please sign in to comment.