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

Fastq generation and QC: add option to inject local setup script into job scripts #933

Open
pjbriggs opened this issue Jan 10, 2024 · 0 comments

Comments

@pjbriggs
Copy link
Member

Proposal to add an option to allow a local setup script to be injected into the head of the job scripts in the QC pipeline code.

This could be used to set additional environment variables or perform other actions (for example, this would have been useful to add a workaround for recent automounter issues at UoM).

Implementation would require an update to the pipeliner code (specifically the PipelineCommand.make_wrapper_script() method) and enable the script path to be passed somehow when invoking the method from the PipelineTask.run() method).

The auto_process_ngs infrastructure would also need updating, to allow the external setup script to be specified (either via the command line for the make_fastqs and run_qc commands, and/or as a new config option) and then passed to the pipeline at execution time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant