Skip to content

Conversation

@FloWuenne
Copy link
Contributor

Summary

This change improves pipeline usability by accepting both compressed and uncompressed tar archives without breaking existing functionality. 10x Genomics hosts a lot of their VISIUM HD data in .tar format and this PR will unlock the ability to use these https hosted files directly. Users can now provide FASTQ files in either .tar or .tar.gz format.

  • Extended pipeline support from .tar.gz files to include both .tar and .tar.gz formats for FASTQ input files (which is already supported by UNTAR)
  • Updated documentation to reflect the expanded tar format support with examples

🤖 Generated with https://claude.ai/code

Copy link
Member

@pinin4fjords pinin4fjords left a comment

Choose a reason for hiding this comment

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

Just suggesting simpler conditions, and we can use the branch fallback rather than inverting the condition.

@FloWuenne
Copy link
Contributor Author

Thanks @pinin4fjords for adding a commit that should help to allow using the resume functionality. This was previously prevented by meta.remove('sample') and should hopefully now work properly via meta retrieval via get.

Copy link
Collaborator

@cavenel cavenel left a comment

Choose a reason for hiding this comment

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

Looks good!

@FloWuenne FloWuenne merged commit ff877b5 into nf-core:dev Oct 1, 2025
14 checks 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.

3 participants