Skip to content

Commit

Permalink
Remove useless indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 10, 2024
1 parent b94a8fb commit 66ab3f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,7 @@ def get_fair_bowtie2_mapping_target(
".".join([usable_genome.species, usable_genome.build, usable_genome.release])
for usable_genome in usable_genomes
]
results: dict[str, list[str] | str] = (
fair_fastqc_multiqc_targets | fair_genome_indexer_targets
)
results: dict[str, list[str] | str] = fair_fastqc_multiqc_targets.copy()
results["multiqc_mapping"] = (
f"results/{genome_property}.dna/QC/MultiQC_Mapping.html"
for genome_property in genome_properties
Expand Down

0 comments on commit 66ab3f5

Please sign in to comment.