Skip to content

Commit

Permalink
changed split contigs path
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Apr 26, 2024
1 parent 8412730 commit 2955c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mess/workflow/rules/simulate/long_reads.smk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else:

rule pbsim3:
input:
fa=os.path.join(dir.out.base, "split", "{fasta}_{contig}.fna"),
fa=os.path.join(dir.out.processing, "split", "{fasta}_{contig}.fna"),
df=get_cov_table,
output:
pbsim3_out,
Expand Down
2 changes: 1 addition & 1 deletion mess/workflow/rules/simulate/short_reads.smk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if not PAIRED:

rule art_illumina:
input:
fa=os.path.join(dir.out.base, "split", "{fasta}_{contig}.fna"),
fa=os.path.join(dir.out.processing, "split", "{fasta}_{contig}.fna"),
df=get_cov_table,
output:
sam=sam_out,
Expand Down

0 comments on commit 2955c70

Please sign in to comment.