forked from nf-core/phaseimpute
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request nf-core#50 from LouisLeNezet/nf-core-template-merg…
…e-2.14.1 Nf core template merge 2.14.1
- Loading branch information
Showing
307 changed files
with
15,016 additions
and
626 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ results/ | |
testing/ | ||
testing* | ||
*.pyc | ||
*.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
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 |
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 @@ | ||
chr1 1 | ||
chr2 2 | ||
chr3 3 | ||
chr4 4 | ||
chr5 5 | ||
chr6 6 | ||
chr7 7 | ||
chr8 8 | ||
chr9 9 | ||
chr10 10 | ||
chr11 11 | ||
chr12 12 | ||
chr13 13 | ||
chr14 14 | ||
chr15 15 | ||
chr16 16 | ||
chr17 17 | ||
chr18 18 | ||
chr19 19 | ||
chr20 20 | ||
chr21 21 | ||
chr22 22 | ||
chr23 23 | ||
chr24 24 | ||
chr25 25 | ||
chr26 26 | ||
chr27 27 | ||
chr28 28 | ||
chr29 29 | ||
chr30 30 | ||
chr31 31 | ||
chr32 32 | ||
chr33 33 | ||
chr34 34 | ||
chr35 35 | ||
chr36 36 | ||
chr37 37 | ||
chr38 38 | ||
chr39 X |
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,chr,vcf,index | ||
1000GP,chr21,1000GP_21.vcf,1000GP_21.vcf.csi | ||
1000GP,chr22,1000GP_22.vcf,1000GP_22.vcf.csi |
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,2 @@ | ||
chr,start,end | ||
20,20000000,2200000 |
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,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, | ||
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
Oops, something went wrong.