The tsv command

The dicer-cli tsv subcommand allows to fill a column within a TSV file with newly generated IDs.

Example

The following command:

$ dicer-cli tsv input.tsv \
            --prefix http://purl.obolibrary.org/obo/MYONT_ \
            --min-id 1000 \
            --column 2 \
            --output output.tsv

will fill the second column of the input.tsv file with IDs of the form http://purl.obolibrary.org/obo/MYONT_000ZZZZ, with ZZZZ starting at 1,000, and write the result into output.tsv.