Skip to content

Commit

Permalink
fix paired rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Jul 26, 2024
1 parent d3496a0 commit 95b317a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sphae/workflow/rules/10.final-reporting.smk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rule summarize_paired:
table= os.path.join(dir_genome, "{sample}-pr", "{sample}-genome-candidates.csv"),
genome=os.path.join(dir_genome, "{sample}-pr", "{sample}.fasta"),
gbk=os.path.join(dir_annotate, "phynteny-pr", "{sample}_1_phynteny", "phynteny.gbk"),
plot=os.path.join(dir_annotate, "phynteny-sr", "{sample}_1_phynteny", "plots", "{sample}_1.png"),
plot=os.path.join(dir_annotate, "phynteny-pr", "{sample}_1_phynteny", "plots", "{sample}_1.png"),
ph_taxa=os.path.join(dir_annotate, "pharokka-pr", "{sample}_1_pharokka", "{sample}_1_top_hits_mash_inphared.tsv"),
cdden=os.path.join(dir_annotate, "pharokka-pr", "{sample}_1_pharokka", "{sample}_1_length_gc_cds_density.tsv"),
cds=os.path.join(dir_annotate, "pharokka-pr", "{sample}_1_pharokka", "{sample}_1_cds_functions.tsv"),
Expand Down
2 changes: 1 addition & 1 deletion sphae/workflow/rules/9.phynteny.smk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rule phynteny_plotter_paired:
inputdir=os.path.join(dir_annotate, "{sample}-pr-genomes"),
idir=os.path.join(dir_annotate, "phynteny-pr"),
output:
plot=os.path.join(dir_annotate, "phynteny-pr", "{sample}_1_phynteny", "pharokka_plot.png")
plot=os.path.join(dir_annotate, "phynteny-pr", "{sample}_1_phynteny", "plots", "{sample}_1.png")
resources:
mem =config['resources']['smalljob']['mem'],
time = config['resources']['smalljob']['time']
Expand Down

0 comments on commit 95b317a

Please sign in to comment.