-
Notifications
You must be signed in to change notification settings - Fork 529
Improve preprocessing #419
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 all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4fb8599
fix: code polishing
maxulysse 8fc3d3e
fix: more code polish
maxulysse 51bf994
feat: get some versions
maxulysse bb2be35
feat: actually uses the versions collected
maxulysse 1aa84e2
feat: use some qc reports
maxulysse f1ee720
Merge remote-tracking branch 'upstream/dev' into dev_bamqc
maxulysse f0a155c
fix: use qc reports for multiqc
maxulysse 3bc9e86
fix: qualimap output
maxulysse 7684001
fix: output for qualimap
maxulysse 773fcfd
fix: qualimap output for skip_marduplicates
maxulysse ee4514d
fix: code polish and more complete QC reports in CI
maxulysse fe2bdd6
fix: CI + code polishing
maxulysse f236ad6
fix: QC/version channels
maxulysse 518ed46
fix: typo
maxulysse 1d226ce
feat: extreme code polishing
maxulysse be0b64e
feat: more refactoring
maxulysse fe7a7e6
feat: add save_mapped tests
maxulysse d3c0934
fix: correct meta data
maxulysse fe5414d
fix: typo
maxulysse d5a8abd
fix: remove unnecessary reports
maxulysse c70e896
feat: enable --skip_qc
maxulysse 0648fd0
update schema_input
maxulysse 68ba438
fix: code polishing
maxulysse e001494
feat: update input header for more coherence between pipelines
maxulysse 954ef3c
Update samplesheet.csv
maxulysse 181319b
Update samplesheet.csv
maxulysse 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
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,3 +1,2 @@ | ||
| sample,fastq_1,fastq_2 | ||
| SAMPLE_PAIRED_END,/path/to/fastq/files/AEG588A1_S1_L002_R1_001.fastq.gz,/path/to/fastq/files/AEG588A1_S1_L002_R2_001.fastq.gz | ||
| SAMPLE_SINGLE_END,/path/to/fastq/files/AEG588A4_S4_L003_R1_001.fastq.gz, | ||
| patient,sample,lane,fastq_1,fastq_2 | ||
| PATIENT_ID,SAMPLE_PAIRED_END,LANE,/path/to/fastq/files/AEG588A1_S1_L002_R1_001.fastq.gz,/path/to/fastq/files/AEG588A1_S1_L002_R2_001.fastq.gz |
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
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.