#656 closed defect (fixed)
FASTQ files are not always stored in the expected folder
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.16.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Expected:
6605909.1/l.r.m2.c.lib.g 6605909.2/l.r.m2.c.lib.g SKBR3/m.c.lib.g Stratagene/r001.m10.c.lib External/r.m55.c.lib.g External/r.m99.c.lib.g
Actual:
6605909.1/l.r.m2.c.lib.g 6605909.2/l.r.m2.c.lib.g SKBR3.m.c/lib.g Stratagene.r001.m10.c/lib External.r.m99.c/lib.g
This difference is also mapped to the folder structure in the BASE file system but it is even more messed up.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [2773]) References #656: FASTQ files are not always stored in the expected folder
This should fix the problem on the project archive. Instead of looking for '.l' and replacing it with '/l', we now look for 'the first dot not followed by a digit' and replace that with '/'.