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

7 readqc not always specifying the correct output file #8

Merged
merged 3 commits into from
Aug 23, 2024

Conversation

kaijli
Copy link
Collaborator

@kaijli kaijli commented Aug 15, 2024

specified anqrpht.fastq.gz suffix

@kaijli kaijli linked an issue Aug 15, 2024 that may be closed by this pull request
@@ -190,7 +190,7 @@ task rqcfilter{
File stat = filename_stat
File stat2 = filename_stat2
File info_file = filename_reproduce
File filtered = glob("filtered/*fastq.gz")[0]
File filtered = glob("filtered/*.anqrpht.fastq.gz")[0]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does work but it would be better to remove the glob. We are only expecting a single file so there is no need for the glob.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated, run 84396

@kaijli kaijli merged commit 69770a5 into main Aug 23, 2024
1 check passed
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 this pull request may close these issues.

readqc not always specifying the correct output file
2 participants