Skip to content

Commit

Permalink
wire the new rule to STAR genome prep rule, add missing bash env
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed Aug 4, 2023
1 parent 4291670 commit 3cae75e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflow/env/bash.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
channels:
- conda-forge
dependencies:
- bash=5.1.16
1 change: 1 addition & 0 deletions workflow/rules/star.smk
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ rule star_genome_preparation:
input:
genome_fasta_file=fasta_path,
genome_annotation_file=gtf_path,
references_folder.joinpath("genome-and-annotation-validated.done")
output:
directory(references_folder.joinpath("STAR")),
params:
Expand Down

0 comments on commit 3cae75e

Please sign in to comment.