Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with fai regex #103

Open
mvheetve opened this issue Jan 28, 2025 · 0 comments
Open

issue with fai regex #103

mvheetve opened this issue Jan 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mvheetve
Copy link

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

/kyukon/data/gent/vo/000/gvo00082/vsc43079/software/miniforge3/bin/nextflow \
-log ${OUTDIR}/.nextflow.log \
run nf-core/bamtofastq \
-r 2.1.1 \
-resume \
-latest \
-profile vsc_ugent \
-work-dir ${WORKDIR} \
--input ${samplesheet} \
--fasta ${fasta} \
--fasta_fai ${fai} \
--multiqc_title nf-convert_cramtofastq_CMT \
--outdir ${OUTDIR}

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

@mvheetve mvheetve added the bug Something isn't working label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant