Nothing has been indexed for 0.4.7 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  curation_tool:
    github: Aquatic-Symbiosis-Genomics-Project/curation_tool
    version: ~> 0.4.7

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.4.7. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

curation_tool

Built with Crystal CI Latest Release

simple commandline tools to organise curation files using the GRIT JIRA

Installation

  1. Install Crystal

  2. Build the project:

git clone git@github.com:Aquatic-Symbiosis-Genomics-Project/curation_tool.git
cd curation_tool
shards build
  • You can also get binaries compiled using Github Actions from the Release page. They are statically linked.

Usage

curation_tool

Usage: curation_tool --issue JIRA_ID [options]
    -i JIRA_ID, --issue JIRA_ID      JIRA ID
    -p, --copy_pretext               copy over pretext
    -w, --setup_working_dir          create initial curation files and directory
    -r, --build_release              create pretext and release files
    -q, --copy_qc                    copy from DIR to curation for QC
    -m, --merged                     work on a merged curation & pretext
    -h, --help                       show this help

submit_fcs

Usage: submit_fcs --issue JIRA_ID 
    -i JIRA_ID, --issue JIRA_ID      JIRA ID
    -h, --help                       show this help

submit_curation_pretext

Usage: submit_fcs --issue JIRA_ID 
    -i JIRA_ID,   --issue JIRA_ID    JIRA ID
    -n,           --no_email         don't send an email
    -f FASTA,     --fasta FASTA      input fasta
    -o OUTDIR,    --out OUTDIR       output dir
    -h,           --help             show this help

Contributors

  • epaule - creator and maintainer