-
Notifications
You must be signed in to change notification settings - Fork 14
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
Phaseimpute template update and pass first test #5
Merged
Merged
Changes from 42 commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
0225ffd
Update pipeline
LouisLeNezet 19ce9bd
Update simple test
LouisLeNezet 9484b09
Add bcftools mpileup
LouisLeNezet c408e1f
Ignore nf-test folder
LouisLeNezet 98ec135
Create subworkflow to get regions with nf-test
LouisLeNezet 26c554a
Delete extra spaces
LouisLeNezet 449ca9f
Set subworkflows in own folder
LouisLeNezet f35e632
Add panel schema and csv
LouisLeNezet 45dcee6
Delete lib folder
LouisLeNezet 46a4cee
Put main workflow to dedicated folder
LouisLeNezet 33a62ad
Set depth as integer
LouisLeNezet bb0855d
Update files
LouisLeNezet 63d2c34
Fix unchanged files
LouisLeNezet 794e155
Updates all modules
LouisLeNezet 6868489
NF-core linting pass
LouisLeNezet be48cf1
New module to create the annotation file to rename the chromosome for…
LouisLeNezet ddbf5c1
Update the csv files for testing
LouisLeNezet 7148a23
Fix link and parameters names
LouisLeNezet e170633
Relove unused view() statement
LouisLeNezet c733562
Add config file
LouisLeNezet ba412eb
Update parameters
LouisLeNezet 3d61e99
Add test
LouisLeNezet e2c9989
Update data config file
LouisLeNezet 930a2f0
Add sbwf
LouisLeNezet 4d233a1
Merge branch 'devel' of github.com:LouisLeNezet/phaseimpute into dev
LouisLeNezet 1290052
Make vcf_chr_rename nf-test works
LouisLeNezet 11c24ac
Update config test
LouisLeNezet 6cfb6a5
Add test function
LouisLeNezet e3d9e01
Update get panel
LouisLeNezet 2293abb
Update get region and fasta as channel
LouisLeNezet d3a2e3b
Make get_region works
LouisLeNezet 799a1e6
Delete unecessary view
LouisLeNezet fc6ecab
Update map
LouisLeNezet 45d86e7
Add environment for development
LouisLeNezet 5dc2521
Add missing steps with errors
LouisLeNezet 861677f
update metromap
LouisLeNezet 34b0535
Bcftools view: Change default to compressed format
LouisLeNezet e66b0ea
Mpileup change input files channel
LouisLeNezet fb171d6
Update genotype likelihood computation and channel workflow
LouisLeNezet 2efff60
Rearrange channel creation in initialisation
LouisLeNezet 9667949
Delete fasta index creation in get region, should be done beforehand
LouisLeNezet d2b10ea
Test file change
LouisLeNezet 632e6cf
Update modules
LouisLeNezet 17217e4
Update all tools
LouisLeNezet 364d1ca
Reset tools
LouisLeNezet a2746ef
Update channel bcftools norm
LouisLeNezet e361d55
[automated] Fix code linting
nf-core-bot 1b82c50
Update tools
LouisLeNezet c107a23
Merge branch 'dev' of github.com:LouisLeNezet/phaseimpute into dev
LouisLeNezet 4876750
Reset tools file
LouisLeNezet 180acf7
Update missing files
LouisLeNezet 70e3a42
Unchanged files ifx
LouisLeNezet 7e21199
Ignore ci.yml
LouisLeNezet c944137
Fix linting with eclint
LouisLeNezet a1df5f7
Fix eclint
LouisLeNezet 76c9736
remove yml from documentation from indent linting
LouisLeNezet e3a4c32
Update editor config
LouisLeNezet cd9211b
Update to xml
LouisLeNezet 711bb52
Edit editorconfig
LouisLeNezet a898e4f
edit editorconfig
LouisLeNezet 72600f8
Update logo
LouisLeNezet 6904cab
Update all logo to match template
LouisLeNezet 0218313
Update test and make it work
LouisLeNezet 9e303e0
Update conf/test.config
LouisLeNezet 8f23e8f
Update conf/test_panelprep.config
LouisLeNezet e961d81
Update conf/test_panelprep.config
LouisLeNezet af41fb0
Update conf/test_panelprep.config
LouisLeNezet 3b8d3d9
Undo non useful modification
LouisLeNezet 201635c
Delete ch_multiqc as not used in initialisation
LouisLeNezet b2ac7e6
Update ci.yml duplicate
LouisLeNezet 95ee3dc
Delete duplicate keys
LouisLeNezet bec515d
Set output to compress format
LouisLeNezet 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 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 |
---|---|---|
|
@@ -6,4 +6,5 @@ results/ | |
testing/ | ||
testing* | ||
*.pyc | ||
*.code-workspace | ||
*.code-workspace | ||
.nf-test* |
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,39 @@ | ||
1 chr1 | ||
2 chr2 | ||
3 chr3 | ||
4 chr4 | ||
5 chr5 | ||
6 chr6 | ||
7 chr7 | ||
8 chr8 | ||
9 chr9 | ||
10 chr10 | ||
11 chr11 | ||
12 chr12 | ||
13 chr13 | ||
14 chr14 | ||
15 chr15 | ||
16 chr16 | ||
17 chr17 | ||
18 chr18 | ||
19 chr19 | ||
20 chr20 | ||
21 chr21 | ||
22 chr22 | ||
23 chr23 | ||
24 chr24 | ||
25 chr25 | ||
26 chr26 | ||
27 chr27 | ||
28 chr28 | ||
29 chr29 | ||
30 chr30 | ||
31 chr31 | ||
32 chr32 | ||
33 chr33 | ||
34 chr34 | ||
35 chr35 | ||
36 chr36 | ||
37 chr37 | ||
38 chr38 | ||
X chrX |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. similar question for this one |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 @@ | ||
panel,vcf,index,sites,tsv,legend,phased | ||
1000GP,1000GP.phased.vcf,1000GP.phased.vcf.csi,1000GP.sites,1000GP.tsv,,TRUE | ||
1000GP_RePhase,1000GP.vcf,1000GP.vcf.csi,,,,FALSE |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sample,BAM,BAI | ||
sample,bam,bai | ||
1_BAM_1X,/path/to/.bam,/path/to/.bai | ||
1_BAM_SNP,/path/to/.bam,/path/to/.bai |
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,48 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema", | ||
"$id": "https://raw.githubusercontent.com/nf-core/phaseimpute/master/assets/schema_input.json", | ||
"title": "nf-core/phaseimpute pipeline - params.input_region schema", | ||
"description": "Schema for the file provided with params.input_region", | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"properties": { | ||
"panel": { | ||
"type": "string", | ||
"pattern": "^\\S+$", | ||
"errorMessage": "Panel name must be provided and cannot contain spaces", | ||
"meta": ["panel"] | ||
}, | ||
"vcf": { | ||
"type": "string", | ||
"pattern": "^\\S+\\.vcf$", | ||
"errorMessage": "Panel vcf file must be provided, cannot contain spaces and must have extension '.vcf'" | ||
}, | ||
"index":{ | ||
"type": "string", | ||
"pattern": "^\\S+\\.vcf\\.(tbi|csi)$", | ||
"errorMessage": "Panel vcf index file must be provided, cannot contain spaces and must have extension '.vcf.tbi' or '.vcf.csi'" | ||
}, | ||
"sites": { | ||
"type": "string", | ||
"pattern": "^\\S+\\.sites$", | ||
"errorMessage": "Panel sites file must be provided, cannot contain spaces and must have extension '.sites'" | ||
}, | ||
"tsv": { | ||
"type": "string", | ||
"pattern": "^\\S+\\.tsv$", | ||
"errorMessage": "Panel tsv file must be provided, cannot contain spaces and must have extension '.tsv'" | ||
}, | ||
"legend":{ | ||
"type": "string", | ||
"pattern": "^\\S+\\.legend$", | ||
"errorMessage": "Panel legend file must be provided, cannot contain spaces and must have extension '.legend'" | ||
}, | ||
"phased": { | ||
"type": "boolean", | ||
"errorMessage": "Is the vcf given phased? Must be a boolean" | ||
} | ||
}, | ||
"required": ["panel", "vcf", "index", "phased"] | ||
} | ||
} |
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look like it's just adding chr to the chromosome, any other way to do so, that doesn't rely on such a list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That could be a module using a fai ?