Skip to content

Commit

Permalink
Update cellranger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Oct 11, 2023
1 parent 9f2f1eb commit 4217319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cellranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def lanuch_by_project(project_directory, recipe, species):
cmd = "{}--id=Sample_{}{}".format(tool, sample, transcriptome) + "--libraries={}/Sample_{}.csv".format(work_area, sample) + OPTIONS
bsub_cmd = "bsub -J {}_{}_{}_ARC -o {}_ARC.out{}".format(sequencer_and_run, project, sample, sample, cmd)
print(bsub_cmd)
subprocess.run(cmd, shell=True)
subprocess.run(bsub_cmd, shell=True)
else:
print("Multiome sample not finished yet")
print(validation)
Expand Down

0 comments on commit 4217319

Please sign in to comment.