Opened 5 years ago
Closed 5 years ago
#1158 closed enhancement (fixed)
FASTQ files for external samples should not have the prefix in their names
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.23 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
External samples typically have a prefix followed by and underscore and then the rest of the sample name: NN_ABC
. This name is used throughout the lab processing and secondary analysis to generate names of child items and files. For example FASTQ files:
NN_ABC.m.c.lib.g.R1_fastq.gz NN_ABC.m.c.lib.g.R2_fastq.gz
The prefix should be kept on items in BASE, but it should be skipped for file names, since the prefix also causes a top-level directory to be created:
NN/ABC/m.c.lib/ABC.m.c.lib.g.R1.fastq.gz NN/ABC/m.c.lib/ABC.m.c.lib.g.R2.fastq.gz
Note:
See TracTickets
for help on using tickets.
In 5524: