Fix unique lanes for freebayes, groupKey, add new indices, copy meta maps#549
Fix unique lanes for freebayes, groupKey, add new indices, copy meta maps#549FriederikeHanssen merged 39 commits intonf-core:devfrom
Conversation
|
This is ready for review from my POV. There is some un-used code in there at the moment. I would leave it until we ultimately decided on something and remove before merge. |
Alright, actually got the flowcell code to work. |
| }, | ||
| "gatk4/markduplicates": { | ||
| "git_sha": "169b2b96c1167f89ab07127b7057c1d90a6996c7" | ||
| "git_sha": "df2620cfc7e4c21b14ed03c1c928f09fbabf83c4" |
There was a problem hiding this comment.
was that expected to be different?
There was a problem hiding this comment.
yeah module update. Someone changed the default ressource usage, which makes sense IMO
| patient,gender,status,sample,lane,fastq_1,fastq_2 | ||
| test,XX,0,test,test_L1,https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/fastq/test_1.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/fastq/test_2.fastq.gz | ||
| test,XX,1,test2,test2_L1,https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/fastq/test2_1.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/fastq/test2_2.fastq.gz | ||
| test,XX,1,test2,test_L1,https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/fastq/test2_1.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/fastq/test2_2.fastq.gz |
There was a problem hiding this comment.
could you please explain why this was changed to test rather than test2?
There was a problem hiding this comment.
Because the test_paired.csv was updated to have the same lane ID for both samples. That way I can test that the feature fixed in this PR is actually fixed.
SusiJo
left a comment
There was a problem hiding this comment.
@FriederikeHanssen LGTM as far as i can tell 👍
|
Vielen Dank 😊 |
Closes #311
closes #340 & #542
This PR got quite big now:
PR checklist
scrape_software_versions.pynf-core lint .).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).