Add error checking for filename/folder names
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related or that one is blocking others. Learn more.
When these merge requests are accepted, this issue will be closed automatically.
Activity
- Gervaise Henry changed milestone to %v1.2.0
changed milestone to %v1.2.0
- Gervaise Henry added To Do enhancement labels
added To Do enhancement labels
- Gervaise Henry mentioned in issue chipseq_analysis#45 (closed)
mentioned in issue chipseq_analysis#45 (closed)
- Gervaise Henry assigned to @s189701
assigned to @s189701
- Gervaise Henry mentioned in issue #21 (closed)
mentioned in issue #21 (closed)
- Author Maintainer
I just realized that the design file doesn't need a check because the python script can handle spaces and then it outputs a new file called
design.checked.csv
.Also tarballed bcl file doesn't need to be checked because the bash script can handle spaces.
The check actually needs to go in the mkfastq process and it needs to check:
- check for spaces in dir and exit if yes for design file design from designPaths (don't need to worry about the filename because that is fixed)
- check for spaces in dir and exit if yes for bcl each bcl from bclPaths.collect() (don't need to worry about the filename because what is being sent to cellranger is just the folder location
Edited by Gervaise Henry - Gervaise Henry added Doing label and removed To Do label
- Jeremy Mathews mentioned in merge request !31 (closed)
mentioned in merge request !31 (closed)
- Jeremy Mathews mentioned in merge request !32 (merged)
mentioned in merge request !32 (merged)
- Gervaise Henry closed via merge request !32 (merged)
closed via merge request !32 (merged)
- Gervaise Henry mentioned in commit cb07e20a
mentioned in commit cb07e20a
- Gervaise Henry removed Doing label
removed Doing label