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

Permission denied OR Command Error non-fastq files in fastq folder(s) in Module 4 #49

Open
Merritt-Brian opened this issue Apr 29, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Merritt-Brian
Copy link
Member

A recursive find is performed for pipeline ingestion at module 4 where it is attempting to find all seq_summary files in the fastq folder following standalone CLI or MinKNOW basecall analysis. Keeping this file in the fastq folder and not the run folder i.e. having multiple sequencing_summary.txt files causes potential issues .

Nanopolish log (Module 4)

[2021-04-29 21:00:57] SAMPLE NTC_NB01:------ processing nanopolish --------
[2021-04-29 21:00:57] SAMPLE NTC_NB01: Starting Module 4 Nanopolish
index: not enough arguments
/opt/basestack_consensus/sequencing_runs/example-run/sequencing_summary_FAN44250_77d58da2.txt: line 1: filename_fastq: command not found

Potentially the issue starts here https://github.com/jhuapl-bio/basestack_consensus/blob/main/pipeline_scripts/artic-module4-draft-consensus-nanopolish.sh#L99

@Merritt-Brian Merritt-Brian added the bug Something isn't working label Apr 29, 2021
@Merritt-Brian Merritt-Brian changed the title Permission denied Error non-fastq files in fastq folder(s) in Module 4 Permission denied OR Command Error non-fastq files in fastq folder(s) in Module 4 Apr 29, 2021
@Merritt-Brian
Copy link
Member Author

Basestack (App) assumes sequencing_summary file is in the base run directory. Recursive checking can be performed from the UI to see if it is present anywhere. But duplicate .txt files will always break the pipeline at module 4

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