Opened 8 years ago
Closed 8 years ago
#901 closed enhancement (fixed)
Set multiple paths for run-archive
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.6 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The disk with the run-archive files is full. A new disk is used for new sequencing runs but this is mounted under a different paths. It seems to not work to use symbolic links. While it is possible to change the <run-archive>
setting to the new disk it would be nice to be able to also specify the other disk to search if the folder is not found in the new location (otherwise it will be messy to re-analyze old data).
Change History (5)
comment:1 by , 8 years ago
Status: | new → assigned |
---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
(In [4045]) References #901: Set multiple paths for run-archive
Updated the script used by the "auto-analyze" functionality to get information about a NextSeq run with support for searching multiple run archive. The parameter order has been switched. The flow cell barcode should be given as the first parameter and then all paths to the run archive folders.
(In [4044]) References #901: Set multiple paths for run-archive
Added possibility to set add configuration options
<run-archive-2>
,<run-archive-3>
, and so on inreggie-config.xml
. The specified paths will be search in order in case no data files are found in the main run archive (<run-archive>
).This currently works in the following wizards:
The auto-analyze functionality can still only search the main run archive since it uses a different script than the other wizards.