-
Notifications
You must be signed in to change notification settings - Fork 0
HTML report/nfcore addons #4
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ee8cd46
Add nf-core QC modules and TrES HTML report
Lebaranto 0eb4afb
Integrate nf-core QC and DNA modules
Lebaranto 24b6560
Update TrES QC report
Lebaranto 8525b05
Merge remote-tracking branch 'origin/main' into feature/nfcore-adapta…
Lebaranto 2dd0855
Fix pre-commit formatting scope
Lebaranto 3e7c737
Use uncompressed trimmed FASTQ intermediates
AAnnan 961a071
Optimize intermediate compression and pipeline I/O
AAnnan 717adc3
Make Nextflow parser compatible v1/v2 + path resolution changed, now …
AAnnan 52497eb
No alt chroms
AAnnan 9a30a5e
Reorganize outputs and make split FASTQ publication optional
AAnnan a53a718
Add read-retention metrics across TrESFlow stages
AAnnan 14ee06a
Fix split read retention metric propagation
AAnnan 2a67a04
Optimize pipeline I/O and consolidate QC processes
AAnnan 8599e38
Add AVITI-aware optical duplicate detection
AAnnan 92be3e4
Filter dual-tagmentation synthetic read artifacts
AAnnan 8eeb0b9
Run dual-tag artifact filtering after read trimming
AAnnan c18952f
Optimize AVITI read groups for MarkDuplicates
AAnnan aa56987
Optimize DNA read groups and add exact QC metrics
AAnnan 09a1f12
Refine TrESFlow QC report generation
AAnnan 8f08a46
Support group-specific modality routing
AAnnan 641a331
Optimize runtime resource use and BAM processing
AAnnan c234e51
Simplify README and startup messages
AAnnan e848e3f
Prepare v1.0.0 release
AAnnan 8abe646
Finalize v1.0.0 release metadata
AAnnan 186c896
Finalize v1.0.0 release metadata
AAnnan 5d91985
Track customized nf-core modules as patches
AAnnan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| *.config linguist-language=nextflow | ||
| *.nf.test linguist-language=nextflow | ||
| *.bwt binary | ||
| *.pac binary | ||
| *.sa binary | ||
| modules/nf-core/** linguist-generated | ||
| subworkflows/nf-core/** linguist-generated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| ATCACGTT | ||
| CGATGTTT | ||
| TTAGGCAT | ||
| TGACCACT | ||
| ACAGTGGT | ||
| GCCAATGT | ||
| CAGATCTG | ||
| ACTTGATG | ||
| GATCAGCG | ||
| TAGCTTGT | ||
| GGCTACAG | ||
| CTTGTACT | ||
| TGGTTGTT | ||
| TCTCGGTT | ||
| TAAGCGTT | ||
| TCCGTCTT | ||
| TGTACCTT | ||
| TTCTGTGT | ||
| TCTGCTGT | ||
| TTGGAGGT | ||
| TCGAGCGT | ||
| TGATACGT | ||
| TGCATAGT | ||
| TTGACTCT | ||
| TGCGATCT | ||
| TTCCTGCT | ||
| TAGTGACT | ||
| TACAGGAT | ||
| TCCTCAAT | ||
| TGTGGTTG | ||
| TACTAGTC | ||
| TTCCATTG | ||
| TCGAAGTG | ||
| TAACGCTG | ||
| TTGGTATG | ||
| TGAACTGG | ||
| TACTTCGG | ||
| TCTCACGG | ||
| TCAGGAGG | ||
| TAAGTTCG | ||
| TCCAGTCG | ||
| TGTATGCG | ||
| TCATTGAG | ||
| TGGCTCAG | ||
| TATGCCAG | ||
| TCAGATTC | ||
| TAGTCTTG | ||
| TTCAGCTC |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.