Skip to content

Commit

Permalink
consider directories where data may have been moved at destination
Browse files Browse the repository at this point in the history
  • Loading branch information
dkj committed Sep 17, 2020
1 parent d65985e commit aec34da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/npg_upload2climb
Expand Up @@ -25,7 +25,7 @@ Readonly::Scalar my $MANIFEST_EXTENTION => q[.tsv];
Readonly::Scalar my $MANIFEST_SUFFIX => q[.climbupload];
Readonly::Scalar my $SHIFT_EIGHT => 8;
Readonly::Scalar my $UPLOAD_DIR => q[upload];
Readonly::Scalar my $UPLOADED_SAMPLES_GLOB => join q[/], $UPLOAD_DIR, q[*], q[*];
Readonly::Scalar my $UPLOADED_SAMPLES_GLOB => q[upload{,_sample_withdrawn,_controls}/*/*]; # also consider samples previously uploaded but moved aside as controls or withdrawn

Readonly::Hash my %CSV_PARSER_OPTIONS =>
@npg_pipeline::function::pp_archiver::CSV_PARSER_OPTIONS;
Expand Down

0 comments on commit aec34da

Please sign in to comment.