CCBR / XAVIER

An easy-to-use, flexible variant calling pipeline for use on the Biowulf cluster at NIH
https://ccbr.github.io/XAVIER/
MIT License
1 stars 3 forks source link

clean up unused containers #125

Closed kelly-sovacool closed 3 weeks ago

kelly-sovacool commented 3 weeks ago

used containers:

grep -hr "config\[[\"']images" * | sed 's/ //g' | sed 's/container://g' | sort | uniq

config['images']['fastqc']
config['images']['fastq_screen']
config['images']['kraken']
config['images']['multiqc']
config['images']['mutect']
config['images']['picard']
config['images']['python']
config['images']['qualimap']
config['images']['vcf2maf']
config['images']['wes_base']