Commit 7eaa189a authored by Anna Buschart's avatar Anna Buschart
Browse files

Delete Catalogue.smk

parent e7700094
Pipeline #46335 failed with stages
include:
"../../Multi/Catalogue/cluster.smk"
if config['catalogue']['kraken']['do']:
include:
"../../Multi/Catalogue/kraken_genes.smk"
if config['catalogue']['mapping']['do']:
include:
"../../Multi/Catalogue/mapping.smk"
include:
"../../Multi/Catalogue/table.smk"
# master command
rule all_cat:
input:
'Catalogue/catalogue.faa',
'Catalogue/aa_catalogue.faa',
'Catalogue/catalogue.fasta',
'Catalogue/catalogue.tsv'
output:
touch('status/catalogue.done')
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment