Skip to content

Commit

Permalink
Patch: Updating family table option.
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Jun 20, 2024
1 parent b5c990e commit 53e5b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/paired-end.smk
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ rule merge_telescope:
rmerger=join("workflow", "scripts", "telescope_count_merge.R"),
outdir=join(workpath, telescope_dir),
mode=mode,
ervs_fam_table = lambda _: "--family_table {0}".format(
ervs_fam_table = lambda _: "-f {0}".format(
config['references']['rnaseq']['ERVS_FAMILY_ANNOTATION_TABLE']
) if config['references']['rnaseq']['ERVS_FAMILY_ANNOTATION_TABLE'] else ""

Expand Down

0 comments on commit 53e5b53

Please sign in to comment.