Skip to content

Commit

Permalink
making plastid optional
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Feb 22, 2024
1 parent 569439b commit c506be2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow/rules/oatk.smk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ rule run_oatk:
input:
"results/reads/hifi/hifi.fastq.gz"
output:
mito = "results/oatk/oatk.asm.mito.ctg.fasta",
pltd = "results/oatk/oatk.asm.pltd.ctg.fasta"
mito = "results/oatk/oatk.asm.mito.ctg.fasta"
log:
"logs/oatk.log"
conda:
Expand Down

0 comments on commit c506be2

Please sign in to comment.