Skip to content

FischbachLab/nf-cctyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

CCTyper: Automatic detection and subtyping of CRISPR-Cas operons

Seedfile example

Note that the seedfile is a CSV (comma-separated values) file with header

The format of the seedfile is genome_name,genome_path

sampleName,file_path
Alistipes-putredinis-DSM-17216,s3://maf-versioned/ninjamap/Index/HCom2_20221117/fasta/Alistipes-putredinis-DSM-17216-MAF-2.fna

A sample batch submission script

aws batch submit-job \
  --job-name nf-cctyper \
  --job-queue priority-maf-pipelines \
  --job-definition nextflow-production \
  --container-overrides command="FischbachLab/nf-cctyper, \
"--project", "TEST", \
"--seedfile", "s3://genomics-workflow-core/Results/cctyper/230816_seedfile.tsv", \
"--outdir", "s3://genomics-workflow-core/Results/cctyper" "

The final output file path:

s3://genomics-workflow-core/Results/cctyper/TEST/Alistipes-putredinis-DSM-17216

References:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published