Skip to content

Commit

Permalink
Make file search more specific
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Shapiro <[email protected]>
  • Loading branch information
allyhawkins and jashapiro authored Jan 9, 2025
1 parent bcb16a5 commit 965e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/cell-type-consensus/assign-consensus-celltypes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ panglao_ref_file="references/panglao-cell-type-ontologies.tsv"
consensus_ref_file="references/consensus-cell-type-reference.tsv"

# run script to export tsv file on all processed objects
for sce_file in $data_dir/*/SCPCS*/*_processed.rds; do
for sce_file in $data_dir/SCPCP*/SCPCS*/*_processed.rds; do

# define library ID
library_id=$(basename $sce_file | sed 's/_processed.rds$//')
Expand Down

0 comments on commit 965e445

Please sign in to comment.