Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Nicklas Nordborg, 10 years ago

(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 '/'.

comment:2 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed

(In [2779]) Fixes #656: FASTQ files are not always stored in the expected folder

Fixed the paths in the BASE file system. It will generate two extra 'prefix' levels for paths that has 7+1 digits in the first folder. Eg. /1234567.1/ --> /12/1234/1234567.1/

Ohter paths are not modified.

comment:3 by Nicklas Nordborg, 10 years ago

(In [2802]) References #656: FASTQ files are not always stored in the expected folder

Same change in the CufflinksServlet as for the other servlets .

Note: See TracTickets for help on using tickets.