Skip to content

reproin: study-convert option to consider accessions since the last converted date #67

@yarikoptic

Description

@yarikoptic

in _scans.tsv we have a record of all acquired/converted dates. Assuming that we would want to consider only new ones, we can add a mode to look at the dates starting from the

find sub* -iname '*_scans.tsv' | xargs grep -v filename | awk '{print $2;}' | sort -n | tail -n 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions