Skip to content

Commit

Permalink
Merge pull request #11 from AndreaGuarracino/patch-1
Browse files Browse the repository at this point in the history
No need for transitive queries
  • Loading branch information
davidebolo1993 authored Nov 14, 2024
2 parents 82aa524 + e39bab5 commit c7eb544
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cosigt_smk/workflow/rules/impg.smk
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ rule impg_project:
'''
impg \
-p {input.paf} \
-b {input.bed} \
-x | \
-b {input.bed} | \
grep -v \
-f {params.exclude} > {output}
'''

0 comments on commit c7eb544

Please sign in to comment.