Site-specific hooks
Built specifically for Clinical Genomics Lund’s BJORN system.
reformat-csv
Reformat a BJORN microbiology CSV (and optionally SH) file for JASEN.
jasentool reformat-csv --csv-file <FILE> --output-file <FILE>
[--sh-file <FILE>] [--remote-dir <DIR>] [--remote-hostname <HOST>]
[--remote] [--auto-start] [--alter-sample-id]
Argument |
Required |
Default |
Description |
|---|---|---|---|
|
Yes |
— |
Path to BJORN CSV file |
|
Yes |
— |
Path to fixed output CSV file |
|
No |
None |
Path to BJORN SH file |
|
No |
|
Remote directory for spring files |
|
No |
|
Remote hostname |
|
No |
False |
Enable remote copy |
|
No |
False |
Automatically start after fix |
|
No |
False |
Alter sample ID to LIMS ID + sequencing run |
Example
jasentool reformat-csv \
--csv-file bjorn.csv \
--output-file fixed.csv \
--sh-file bjorn.sh \
--remote