-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add automated QC filtering (#161)
* refactor: Make assemblyqc (quast) run by default * test: Fix test samplesheet and trace * feat: Add QC param section * test: Add quast report to recombination * refactor: Run regex on all recombination inputs * feat: Add filtering based on N50 - Static initially * refactor: Improve warning * fix: Add color reset * feat: Add QC filtering params * chore: Update schema * docs: Update params documentation
- Loading branch information
Showing
12 changed files
with
145 additions
and
94 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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,5 @@ | ||
Assembly # contigs (>= 0 bp) # contigs (>= 1000 bp) # contigs (>= 5000 bp) # contigs (>= 10000 bp) # contigs (>= 25000 bp) # contigs (>= 50000 bp) Total length (>= 0 bp) Total length (>= 1000 bp) Total length (>= 5000 bp) Total length (>= 10000 bp) Total length (>= 25000 bp) Total length (>= 50000 bp) # contigs Largest contig Total length GC (%) N50 N90 auN L50 L90 # N's per 100 kbp | ||
SRR14022737_T1.scaffolds 170 124 87 64 32 15 2552292 2533628 2440692 2283599 1766524 1133243 143 114063 2546869 38.23 46578 9630 49248.6 18 65 0.00 | ||
SRR14022754_T1.scaffolds 76 50 40 32 23 18 2630531 2619255 2595262 2542953 2410778 2238893 62 242530 2627695 38.32 116377 27006 130252.0 8 22 0.00 | ||
SRR14022735_T1.scaffolds 129 94 69 55 30 15 2765084 2750534 2692129 2582394 2169253 1589802 106 192815 2759796 38.14 71979 15442 82391.8 12 47 0.00 | ||
SRR14022764_T1.scaffolds 204 159 101 72 28 12 2507153 2490237 2337062 2135609 1382362 831030 175 95010 2501546 38.35 30427 7245 38177.2 24 87 0.00 |
This file contains 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 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 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
Oops, something went wrong.