Skip to content

Nextflow Conversion of GenomeAlignWithGfClientTask

License

Notifications You must be signed in to change notification settings

rdemko2332/blat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextflow Conversion of GenomeAlignWithGfClientTask

Get Started

  • Install Nextflow

    curl https://get.nextflow.io | bash

Usage

Main parameters:

param value type description
seqFile string Path to input fasta file
fastaSubsetSize integer How many sequences per split of input file
databasePath string Path to database Files
outputDir string publish directory
maxIntron integer Maximum intron size (Default 750000)
dbType string "dna" / "prot" / "dnax" (DNA sequence translated in six frames to protein). Default is dna.
queryType string "dna" / "prot" / "dnax" (DNA sequence translated in six frames to protein) "rnax" (DNA sequence translated in three frames to protein)

| | blatParams | string | Additional parameters for gfClient | | trans | boolean | Translate database to protein in 6 frames |

Example

nextflow run https://github.com/VEuPathDB/blat -with-trace -c <config_file> -r main

About

Nextflow Conversion of GenomeAlignWithGfClientTask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nextflow 54.1%
  • Shell 28.3%
  • Dockerfile 17.6%