Skip to content

Commit

Permalink
deleted some entries that conflict with the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jul 3, 2023
1 parent e63a28f commit 4c095d6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions workflow/rules/ref.smk
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ rule get_genome:
curl -L -o - https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/001/405/GCA_000001405.15_GRCh38/seqs_for_alignment_pipelines.ucsc_ids/GCA_000001405.15_GRCh38_full_analysis_set.refseq_annotation.gtf.gz | gzip -d - > {output.annotation}
"""

rule mod_header:
input:
"resources/refs/genome.fasta"
output:
"resources/refs/genome_modheader.fasta"
conda:
"../envs/basic.yml"
log:
"logs/ref_modheader.log"
shell:
"python ./workflow/scripts/modify_fasta_header.py {input} {output} > {log}"


rule genome_index:
input:
"resources/refs/genome.fasta"
Expand Down

0 comments on commit 4c095d6

Please sign in to comment.