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

Samples not symlinked if project ID is empty in SampleSheet #27

Closed
dfornika opened this issue Jun 22, 2023 · 0 comments · Fixed by #28
Closed

Samples not symlinked if project ID is empty in SampleSheet #27

dfornika opened this issue Jun 22, 2023 · 0 comments · Fixed by #28

Comments

@dfornika
Copy link
Member

We often want to symlink all libraries for a specific project, but sometimes we just want to grab all the libraries on a run or just a list of arbitrary libraries regardless of the project. But we're currently excluding any libraries that have an empty project ID:

if 'sample_project' in sample and sample['sample_project'] != "":

if 'project_name' in sample and sample['project_name'] != "":

if 'project_id' in sample and sample['project_id'] != "":

We shouldn't exclude those libraries.

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

Successfully merging a pull request may close this issue.

1 participant