Skip to content

Commit

Permalink
fix date_max formatting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
astrdhr committed Oct 31, 2023
1 parent 75d7fb3 commit d1b670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cubseq-get-ENA-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Options:
--remove-run=<remove_run> Remove run by specifying its run accession [default: NULL].
--max-sra-bytes=<max_sra_bytes> Specify runs to remove if they exceed size of sra_bytes [default: 55000000000].
--date-min=<date_min> Set minimum date (YYYY/MM/DD) to filter runs by (inclusive) [default: 1950-01-01].
--date-max=<date_max> Set maximum date (YYYY/MM/DD) to filter runs by (inclusive), uses current date by default [default: FALSE].
--date-max=<date_max> Set maximum date (YYYY/MM/DD) to filter runs by (inclusive), uses current date by default [default: 2100-01-01].
-h --help Show this screen.
--version Show version.
" -> doc
Expand Down

0 comments on commit d1b670a

Please sign in to comment.