Skip to content

Commit 0320826

Browse files
authored
fix: make isoformanalyzer annotation match transcriptome reference (#152)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the annotation retrieval process in the workflow to use a new parameter and wrapper version, which may affect how annotation data is processed. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 5130d77 commit 0320826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/rules/ref.smk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ rule get_annotation:
2323
species=config["resources"]["ref"]["species"],
2424
release=config["resources"]["ref"]["release"],
2525
build=config["resources"]["ref"]["build"],
26-
fmt="gtf",
26+
flavor="chr_patch_hapl_scaff", # optional, e.g. chr_patch_hapl_scaff, see Ensembl FTP.
2727
log:
2828
"logs/get-annotation.log",
2929
cache: "omit-software"
3030
localrule: True
3131
wrapper:
32-
"0.80.1/bio/reference/ensembl-annotation"
32+
"v6.0.1/bio/reference/ensembl-annotation"
3333

3434

3535
rule get_transcript_info:

0 commit comments

Comments
 (0)