Skip to content

Commit

Permalink
Update cellranger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Nov 24, 2023
1 parent 4f51ad9 commit b1ab663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cellranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def create_library_csv_file(ge_sample_path, atac_sample_path, sample_ID):

def get_sequencer_runID(fastq_path):
runID = fastq_path.split("/")[4]
runID = "_".join(runID.split("_")[0:3])
sequencer = runID.split("_")[0].lower()
return sequencer, runID

Expand Down

0 comments on commit b1ab663

Please sign in to comment.