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

remove glob to select target filtered fastq file #37

Closed
aclum opened this issue Aug 9, 2024 · 0 comments · Fixed by #36
Closed

remove glob to select target filtered fastq file #37

aclum opened this issue Aug 9, 2024 · 0 comments · Fixed by #36
Assignees

Comments

@aclum
Copy link
Contributor

aclum commented Aug 9, 2024

Explicity set a file suffix on

File filtered = glob("filtered/*fastq.gz")[0]

There is only one file with this extension for metagenomes so not as urgent as fixing microbiomedata/metaT_ReadsQC#7 but taking the first element of the glob is not deterministic if there is more than one file.

cc @vlilanl

@vlilanl vlilanl linked a pull request Aug 23, 2024 that will close this issue
vlilanl added a commit that referenced this issue Aug 23, 2024
#32 updating logic for reads qc and #37 remove glob
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.

2 participants