-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Line 46 in a343578
id=$(perl -ne 'print $1 if /_(n0[1-4]_.+)\.fastq\.gz/' <<< "${file}") |
We only have perl
once in the entire project. Best to move to a more common tool like like bash
or awk
.
Metadata
Metadata
Assignees
Labels
No labels