You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
something we could usefully use for database construction (including for private database construction in genome-grist, e.g. dib-lab/genome-grist#130) is the ability to rename sketches via a spreadsheet/CSV file.
I was thinking of something like this:
sourmash sig rename --names-from-csv <csvfile> <list of input sigs> -o <zip collection>
where <csvfile> could contain a list of identifier-name pairs, specifying what the output names should be based on the identifier; or a list of md5sum-name pairs, for same.
The text was updated successfully, but these errors were encountered:
something we could usefully use for database construction (including for private database construction in genome-grist, e.g. dib-lab/genome-grist#130) is the ability to rename sketches via a spreadsheet/CSV file.
I was thinking of something like this:
where
<csvfile>
could contain a list of identifier-name pairs, specifying what the output names should be based on the identifier; or a list of md5sum-name pairs, for same.The text was updated successfully, but these errors were encountered: