Skip to content

Commit

Permalink
pyfaidx update
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed May 22, 2024
1 parent 2c63f22 commit c67785a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions workflow/rules/pyfaidx.smk
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Gustave Roussy computing cluster (Flamingo) reports:
for grch38
"""


rule fair_genome_indexer_pyfaidx_filter_out_noncanonical_chromosomes:
input:
fasta="tmp/fair_genome_indexer_get_genome_fasta_sequence/{species}.{build}.{release}.{datatype}.fasta",
Expand All @@ -32,7 +30,7 @@ rule fair_genome_indexer_pyfaidx_filter_out_noncanonical_chromosomes:
"benchmark/fair_genome_indexer_pyfaidx_filter_out_noncanonical_chromosomes/{species}.{build}.{release}.{datatype}.tsv"
params:
extra=lambda wildcards: lookup_config(
dpath=f"params/fair_genome_indexer/pydaidx/{wildcards.datatype}",
dpath=f"params/fair_genome_indexer_pyfaidx_filter_out_noncanonical_chromosomes/{wildcards.datatype}",
default="",
),
conda:
Expand All @@ -51,8 +49,6 @@ Gustave Roussy computing cluster (Flamingo) reports:
for grch38
"""


rule fair_genome_indexer_rsync_make_fasta_available:
input:
branch(
Expand Down

0 comments on commit c67785a

Please sign in to comment.