github.com/Aquatic-Symbiosis-Genomics-Project/BLAST-scripts

wrapper to parse out BTK ids and blast them vs a blast server

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  decon_blastBTK:
    github: Aquatic-Symbiosis-Genomics-Project/BLAST-scripts
    version: ~> 1.06

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
epaule
Target
  • decon_blastBTK from src/decon_blastBTK.cr

Dependencies

This version declares no dependencies.

README

Built with Crystal CI Latest Release

BLAST-scripts

Scripts for automated blast searches from btk from downloaded tables with a selection. It will only blast the sequences selected in BTK.

releases

linux x86_64 crystal binary

Run like this:

bash decon_blastBTK.sh ASSEMBLY.FA BTK.CSV WORKDIRECTORY

or (the crystal version) ./decon_blastBTK -f ASSEMBLY.FA -b BTK.csv -o WORKDIRECTORY

Usage

For now, put in working dir:

  • get_scaffolds.py
  • multif_to_singlef.py
  • decon_blastBTK.sh
  • scaffold_assembly.fasta
  • btk.csv

or (for the crystal version)

  • decon_blastBTK
  • scaffold_assembly.fasta
  • btk.csv