grit-rename
Tool to rename TPF/AGP/FASTA files based on a mapping
Usage
Usage: grit-rename --map MAPPINGs --fasta FASTAFILE --outdir OUTDIR --tpf TPFFILE
- -m MAPPINGs, --map=MAPPINGS mappings TSV file FROM
TO - -f FASTAFILE, --fasta=FASTAFILE FASTA FILE to rename
- -t TPFFILE, --tpf=TPFFILE TPF FILE to RENAME
- -o OUTDIR, --outdir=OUTDIR directory for the renamed files
- -h, --help Show this help
Contributing
- Fork it (https://github.com/your-github-user/grit-rename/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- epaule - creator and maintainer