-
Notifications
You must be signed in to change notification settings - Fork 5
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 #51 from sanger-tol/second-round-fixes
Second round fixes
- Loading branch information
Showing
83 changed files
with
824 additions
and
864 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 |
---|---|---|
@@ -1 +1,18 @@ | ||
repository_type: pipeline | ||
lint: | ||
files_unchanged: | ||
- LICENSE | ||
- .gitattributes | ||
- .github/CONTRIBUTING.md | ||
- .github/ISSUE_TEMPLATE/bug_report.yml | ||
- .github/workflows/linting.yml | ||
- assets/email_template.txt | ||
- assets/sendmail_template.txt | ||
- lib/NfcoreTemplate.groovy | ||
- lib/NfcoreSchema.groovy | ||
- .github/PULL_REQUEST_TEMPLATE.md | ||
- .github/workflows/linting_comment.yml | ||
- .prettierignore | ||
nextflow_config: | ||
- manifest.name | ||
- manifest.homePage |
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,26 @@ | ||
assembly: | ||
sizeClass: "" # S if {genome => 4Gb} else L | ||
level: scaffold | ||
sample_id: nxOscDoli1 | ||
classT: nematode | ||
asmVersion: PB.a1 | ||
dbVersion: "1" | ||
gevalType: DTOL | ||
reference_file: https://tolit.cog.sanger.ac.uk/test-data/Gae_host/assembly/DTOL_nxOscDoli1_1_FULL.fa | ||
assem_reads: | ||
pacbio: path | ||
hic: path | ||
supplementary: path | ||
alignment: | ||
data_dir: https://tolit.cog.sanger.ac.uk/test-data/Gae_host/genomic_data/ | ||
common_name: "" # For future implementation (adding bee, wasp, ant etc) | ||
geneset: "s3_Gae_Host.Gae" | ||
#Path should end up looking like "{data_dir}{classT}/{common_name}/csv_data/{geneset}-data.csv" | ||
self_comp: | ||
motif_len: 0 | ||
mummer_chunk: 10 | ||
synteny: | ||
synteny_genome_path: "" # No Syntenic Data for Nematode | ||
outdir: "NEEDS TESTING" | ||
intron: | ||
size: "50k" |
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,5 @@ | ||
org,type,data_file | ||
Gae_host.Gae,cdna,https://tolit.cog.sanger.ac.uk/test-data/Gae_host/genomic_data/gene_alignment/Gae_host5000cdna.MOD.fa | ||
Gae_host.Gae,cds,https://tolit.cog.sanger.ac.uk/test-data/Gae_host/genomic_data/gene_alignment/Gae_host12003cds.MOD.fa | ||
Gae_host.Gae,pep,https://tolit.cog.sanger.ac.uk/test-data/Gae_host/genomic_data/gene_alignment/Gae_host12005pep.MOD.fa | ||
Gae_host.Gae,rna,https://tolit.cog.sanger.ac.uk/test-data/Gae_host/genomic_data/gene_alignment/Gae_host18005rna.MOD.fa |
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,26 @@ | ||
assembly: | ||
sizeClass: "" # S if {genome => 4Gb} else L | ||
level: scaffold | ||
sample_id: nxOscDoli1 | ||
classT: nematode | ||
asmVersion: PB.a1 | ||
dbVersion: "1" | ||
gevalType: DTOL | ||
reference_file: https://tolit.cog.sanger.ac.uk/test-data/Gae_host/assembly/DTOL_nxOscDoli1_1_FULL.fa | ||
assem_reads: | ||
pacbio: path | ||
hic: path | ||
supplementary: path | ||
alignment: | ||
data_dir: /lustre/scratch123/tol/teams/grit/dp24/treeval2/treeval/assets/ | ||
common_name: "" # For future implementation (adding bee, wasp, ant etc) | ||
geneset: "s3_Gae_Host.Gae" | ||
#Path should end up looking like "{data_dir}{classT}/{common_name}/csv_data/{geneset}-data.csv" | ||
self_comp: | ||
motif_len: 0 | ||
mummer_chunk: 10 | ||
synteny: | ||
synteny_genome_path: "" # No Syntenic Data for Nematode | ||
outdir: "NEEDS TESTING" | ||
intron: | ||
size: "50k" |
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
/* | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
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 nf-core/treeval -profile s3_test,<docker/singularity> --outdir <OUTDIR> | ||
---------------------------------------------------------------------------------------- | ||
*/ | ||
|
||
params { | ||
config_profile_name = 's3_test' | ||
config_profile_description = 'Minimal Test Data for GitHub Actions test' | ||
|
||
// Limit resources so that this can run on GitHub Actions | ||
max_cpus = 2 | ||
max_memory = '6.GB' | ||
max_time = '6.h' | ||
|
||
// Input data | ||
input = "${projectDir}/assets/full_s3_treeval_test.yaml" | ||
} |
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,24 @@ | ||
/* | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
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 nf-core/treeval -profile s3_test,<docker/singularity> --outdir <OUTDIR> | ||
---------------------------------------------------------------------------------------- | ||
*/ | ||
|
||
params { | ||
config_profile_name = 's3_test' | ||
config_profile_description = 'Minimal Test Data for GitHub Actions test' | ||
|
||
// Limit resources so that this can run on GitHub Actions | ||
max_cpus = 2 | ||
max_memory = '6.GB' | ||
max_time = '6.h' | ||
|
||
// Input data | ||
input = "${projectDir}/assets/s3_treeval_test.yaml" | ||
} |
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
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.