You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running bamtofastq for the first time and found a tiny issue with the regex that validates the path of the fasta index fai.
--fasta_fai: string [/kyukon/data/gent/shared/000/gvo00082/genomes/Hsapiens/GRCh38/seq/GCA_000001405.15_GRCh38_full_plus_hs38d1_analysis_set.fna.fai] does not match pattern ^\S+\.fn?a(sta).fai?(\.gz)?$ (/kyukon/data/gent/shared/000/gvo00082/genomes/Hsapiens/GRCh38/seq/GCA_000001405.15_GRCh38_full_plus_hs38d1_analysis_set.fna.fai)
Could it be that a ? behind (sta) is missing?
Description of the bug
Hi there,
I tried running bamtofastq for the first time and found a tiny issue with the regex that validates the path of the fasta index
fai
.--fasta_fai: string [/kyukon/data/gent/shared/000/gvo00082/genomes/Hsapiens/GRCh38/seq/GCA_000001405.15_GRCh38_full_plus_hs38d1_analysis_set.fna.fai] does not match pattern ^\S+\.fn?a(sta).fai?(\.gz)?$ (/kyukon/data/gent/shared/000/gvo00082/genomes/Hsapiens/GRCh38/seq/GCA_000001405.15_GRCh38_full_plus_hs38d1_analysis_set.fna.fai)
Could it be that a
?
behind(sta)
is missing?Regards
Mattias
Command used and terminal output
Relevant files
No response
System information
N E X T F L O W ~ version 24.10.3
HPC
SLURM
Singularity
RHEL9
bamtofastq v2.1.1
The text was updated successfully, but these errors were encountered: