We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86592f3 commit a3d1c16Copy full SHA for a3d1c16
pipeline_chipseq.py
@@ -34,7 +34,7 @@
34
#################
35
# Configuration #
36
37
-WORK_DIR = args.path_to_directory
+WORK_DIR = args.path_to_directory.rstrip('/')
38
GENOME = args.genome
39
INDEXES = os.path.join(args.path_to_indexes, GENOME)
40
CHROM_SIZES = os.path.join(INDEXES, GENOME + ".chrom.sizes")
0 commit comments