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

'make_fastqs': put processing outputs and stats into a single 'processing' subdirectory #932

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

Comments

@pjbriggs
Copy link
Member

Proposal to put all the statistics and other processing outputs from the make_fastqs command into a single processing subdirectory, to make the top level of the analysis directory tidier.

For example currently it might look like:

auto_process.info
barcode_analysis
bcl2fastq/
custom_SampleSheet.csv
logs/
metadata.info
per_lane_sample_stats.info
per_lane_statistics.info
primary_data/
processing_qc.html
projects.info
SampleSheet.orig.csv
ScriptCode/
statistics_full.info
statistics.info

but instead we could have e.g.

auto_process.info
bcl2fastq/
custom_SampleSheet.csv
logs/
metadata.info
primary_data/
processing/
projects.info
SampleSheet.orig.csv
ScriptCode/

with the QC report, stats files and barcodes all under the processing subdir. (This might also simplify things when using the --id option for the make_fastqs command, as the processing subdir could also have the appropriate ID appended.)

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