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

Support finding demultiplexing-specific SampleSheet for new MiSeq directory structure #35

Open
dfornika opened this issue Feb 15, 2024 · 0 comments

Comments

@dfornika
Copy link
Member

In the new MiSeq directory structure, there are two SampleSheets:

  • At the top-level of the run output directory
  • For a specific Alignment (demultiplexing): Alignment_<N>/<DATE_TIMESTAMP>/SampleSheetUsed.csv

...but we're currently only looking for a SampleSheet named SampleSheet.csv in the top-level of the run dir.

symlink-seqs/symlink-seqs

Lines 462 to 464 in eb38c15

if sequencer_type == 'miseq':
fastq_subdir = find_miseq_fastq_subdir(run_dir)
samplesheet_path = os.path.join(run_dir, 'SampleSheet.csv')

We should instead be looking for the SampleSheet for the most recent demultiplexing output dir.

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

No branches or pull requests

1 participant