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

Singend bclconvert samplesheet #29

Merged
merged 20 commits into from
Dec 15, 2023
Merged

Conversation

rroutsong
Copy link
Collaborator

@rroutsong rroutsong commented Dec 12, 2023

weave support for:

  • single end sequencing runs
  • bclconvert NextSeq2k demultiplexing
  • handling pre-demuxed sequencing

Addresses #20 #26 #19 and #18

Copy link
Contributor

@skchronicles skchronicles left a comment

Choose a reason for hiding this comment

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

Hey @rroutsong,
Everything looks amazing! Can you please add a dry-run for SE datasets and update the README? Once added I can merge everything. Thank you for all your hard work, I appreciate it!

README.md Show resolved Hide resolved
.github/workflows/dryrun.yaml Show resolved Hide resolved
@@ -71,16 +86,29 @@ if __name__ == '__main__':
help='Dry run the demultiplexing workflow')
parser_run.add_argument('-n', '--noqc', action='store_false',
help='Dry run the demultiplexing workflow')
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you fix this help message? I just noticed it was a duplicate.

will be written in such a way to embrace that modularity as best as possible with forward thinking kept in mind. If we
don't find utility in this work at a brace scale then we will accept the simple approach as bespoke and move forward.
Several of the applications that **weave** uses to visualize and report quality metrics are:
- [Kraken](https://github.com/DerrickWood/kraken2)<sup>71</sup>, kmer analysis
Copy link
Contributor

Choose a reason for hiding this comment

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

Please also change 71 to 7

@skchronicles skchronicles merged commit 2c49c84 into main Dec 15, 2023
2 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.

4 participants