Skip to content

Commit

Permalink
Prepended "outs" to filenames in cellranger extract
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwillia23 committed Mar 8, 2024
1 parent bb976c0 commit fcefe16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cellranger_extract_rename/v1.0/rename_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ if [[ $j -gt ${#linker_array[@]} || $j -lt 5 ]]; then
exit 1
fi

file_list=(web_summary.html metrics_summary.csv raw_feature_bc_matrix.h5 possorted_genome_bam.bam possorted_genome_bam.bam.bai filtered_feature_bc_matrix.h5)
file_list=(outs/web_summary.html outs/metrics_summary.csv outs/raw_feature_bc_matrix.h5 outs/possorted_genome_bam.bam outs/possorted_genome_bam.bam.bai outs/filtered_feature_bc_matrix.h5)
# file_list=(web_summary.html metrics_summary.csv raw_feature_bc_matrix.h5 possorted_genome_bam.bam possorted_genome_bam.bam.bai filtered_feature_bc_matrix.h5)
# file_list=(web_summary.html metrics_summary.csv raw_feature_bc_matrix.h5 possorted_genome_bam.bam possorted_genome_bam.bam.bai raw_feature_bc_matrix/matrix.mtx.gz raw_feature_bc_matrix/features.tsv.gz raw_feature_bc_matrix/barcodes.tsv.gz filtered_feature_bc_matrix/matrix.mtx.gz filtered_feature_bc_matrix/barcodes.tsv.gz filtered_feature_bc_matrix/features.tsv.gz)

# Extracting and renaming files
Expand Down

0 comments on commit fcefe16

Please sign in to comment.