-
Notifications
You must be signed in to change notification settings - Fork 11
Add BCLConvert support #67
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
nkongenelly
merged 10 commits into
Molmed:main
from
nkongenelly:DATAOPS-1297_support_for_bclconvert
Nov 28, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
30bad7f
Add BCLConvert support
nkongenelly 755e90e
Corrected bclconvert outputdir and added test
nkongenelly 7119c7c
Corrected bclconvert report outputs and added tests
nkongenelly 6b44f8e
Added pull_request template
nkongenelly 6654bd6
Refactored code
nkongenelly cb7cc63
Updated GHA python and nextflow versions
nkongenelly d54947b
Updated singularity containers
nkongenelly 1ea3cba
Refactored code
nkongenelly 314d899
Refactored code
nkongenelly 249a20e
Update checkqc version
nkongenelly 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| **What problems does this PR solve?** | ||
| Provide a short description or reference to the relevant issue, explaining what problems this PR solves. | ||
|
|
||
| **An outline of the validation procedure for this feature** | ||
| In addition to automatic tests, has any manual testing been carried out? | ||
|
|
||
| **Risk analysis - Reasons for careful code review** | ||
| If any of the boxes below are checked, extra careful code review should be inititated. | ||
|
|
||
| - [ ] This PR contains code that could remove data |
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,19 @@ | ||
| /* | ||
| ======================================================================================== | ||
| Nextflow config file for running minimal tests | ||
| ======================================================================================== | ||
| Defines input files and everything required to run a fast and simple pipeline test. | ||
| Use as follows: | ||
| nextflow run main.nf -profile dev,test,singularity | ||
|
|
||
|
|
||
| This config takes inspiration from https://github.com/nf-core/rnaseq | ||
| ---------------------------------------------------------------------------------------- | ||
| */ | ||
|
|
||
| params { | ||
| run_folder = "$baseDir/test_data/230825_M04034_0043_000000000-L6NVV" | ||
| fastqscreen_databases = "$baseDir/test_data/Test_FastQ_Screen_Genomes" | ||
| checkqc_config = "$baseDir/test_data/checkqc_config.yaml" | ||
| config_dir = "$baseDir/test_data/test_config" | ||
| } |
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 |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ run_modules: | |
| - fastqc | ||
| - fastq_screen | ||
| - bcl2fastq | ||
| - bclconvert | ||
| - interop | ||
| - custom_content | ||
|
|
||
|
|
||
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 |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| pytest==6.2.5 | ||
| black==24.3.0 | ||
| beautifulsoup4==4.10.0 | ||
| checkqc==3.6.6 | ||
| checkqc==4.1.1rc1 | ||
| lxml==4.9.2 |
Binary file added
BIN
+310 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/ControlMetricsOut.bin
Binary file not shown.
Binary file added
BIN
+417 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/CorrectedIntMetricsOut.bin
Binary file not shown.
Binary file added
BIN
+246 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/ErrorMetricsOut.bin
Binary file not shown.
Binary file added
BIN
+330 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/ExtractionMetricsOut.bin
Binary file not shown.
Binary file added
BIN
+55.8 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/IndexMetricsOut.bin
Binary file not shown.
Binary file added
BIN
+191 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/QMetrics2030Out.bin
Binary file not shown.
Binary file added
BIN
+64 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/QMetricsByLaneOut.bin
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.21 KB
test_data/230825_M04034_0043_000000000-L6NVV/InterOp/TileMetricsOut.bin
Binary file not shown.
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,15 @@ | ||
| <?xml version="1.0"?> | ||
| <RunInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2"> | ||
| <Run Id="230825_M04034_0043_000000000-L6NVV" Number="43"> | ||
| <Flowcell>000000000-L6NVV</Flowcell> | ||
| <Instrument>M04034</Instrument> | ||
| <Date>230825</Date> | ||
| <Reads> | ||
| <Read NumCycles="151" Number="1" IsIndexedRead="N" /> | ||
| <Read NumCycles="8" Number="2" IsIndexedRead="Y" /> | ||
| <Read NumCycles="8" Number="3" IsIndexedRead="Y" /> | ||
| <Read NumCycles="151" Number="4" IsIndexedRead="N" /> | ||
| </Reads> | ||
| <FlowcellLayout LaneCount="1" SurfaceCount="2" SwathCount="1" TileCount="14" /> | ||
| </Run> | ||
| </RunInfo> |
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.