Skip to content

Commit

Permalink
finesse
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed Aug 4, 2023
1 parent 3cae75e commit 2f7c20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/star.smk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rule validate_genome_and_annotation:
"""
set -e
head -n1000 {input.genome_fasta_file} | grep -q '>chr'
head -n1000 {input.genome_fasta_file} | grep -q '^>chr'
FASTA_HAS_CHR=$?
head -n1000 {input.genome_annotation_file} | grep -v '#' | head -n1 | grep -q '^chr'
Expand Down

0 comments on commit 2f7c20c

Please sign in to comment.