Skip to content
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

Add package: 2023_OlaldeCarrion_Roman #13

Merged
merged 17 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
22bafea
Create Olalde_Cell_Roman_2024.ssf
danimfernandes Feb 21, 2024
9e41e56
Rename Olalde_Cell_Roman_2024.ssf to 2024_OlaldeCarrion_Roman.ssf
danimfernandes Feb 21, 2024
2d2267b
Rename 2024_OlaldeCarrion_Roman.ssf to 2024_OlaldeCarrion_Roma2024_Ol…
danimfernandes Feb 21, 2024
4459817
Rename 2024_OlaldeCarrion_Roma2024_OlaldeCarrion_Roman.ssf to 2024_Ol…
danimfernandes Feb 21, 2024
36432e7
[automated] Create package recipe from SSF files
Feb 26, 2024
957cfa8
Update 2024_OlaldeCarrion_Roman.ssf
danimfernandes Feb 27, 2024
e584b00
Delete packages/2024_OlaldeCarrion_Roman/2024_OlaldeCarrion_Roman.config
danimfernandes Feb 27, 2024
238a136
Delete packages/2024_OlaldeCarrion_Roman/2024_OlaldeCarrion_Roman.tsv
danimfernandes Feb 27, 2024
e7c7549
Delete packages/2024_OlaldeCarrion_Roman/2024_OlaldeCarrion_Roman.tsv…
danimfernandes Feb 27, 2024
d6b48d4
Delete packages/2024_OlaldeCarrion_Roman/script_versions.txt
danimfernandes Feb 27, 2024
94251ca
[automated] Create package recipe from SSF files
Feb 27, 2024
45e88b6
Rename 2024_OlaldeCarrion_Roman.config to 2023_OlaldeCarrion_Roman.co…
TCLamnidis Feb 28, 2024
c824ea1
Rename 2024_OlaldeCarrion_Roman.ssf to 2023_OlaldeCarrion_Roman.ssf
TCLamnidis Feb 28, 2024
67748af
Rename 2024_OlaldeCarrion_Roman.tsv to 2023_OlaldeCarrion_Roman.tsv
TCLamnidis Feb 28, 2024
2062a38
Rename 2024_OlaldeCarrion_Roman.tsv_patch.sh to 2023_OlaldeCarrion_Ro…
TCLamnidis Feb 28, 2024
1793d26
Rename 2024_OlaldeCarrion_Roman to 2023_OlaldeCarrion_Roman
TCLamnidis Feb 28, 2024
07eb5ca
Remove TODOs from config
TCLamnidis Feb 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions packages/2023_OlaldeCarrion_Roman/2023_OlaldeCarrion_Roman.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// Keep track of config versions
minotaur_release='0.2.1' // The release tag of the poseidon-eager repository used for processing and config file retrieval
config_template_version='0.3.0dev'
package_config_version='0.3.0dev'
minotaur_config_base="https://raw.githubusercontent.com/poseidon-framework/poseidon-eager/${minotaur_release}/conf"

// This configuration file is designed to be a used with the nf-core/eager pipeline.
// Instead of having to specify all other configurations for the Minotaur pipeline
// on runtime, they are all contained in this file and loaded automatically upon
// specifying this config file during runtime. Additionally, any parameters that
// need to be altered from the defaults can be specified here.
//
// The intention is to make it easy for users to understand and reproduce the output
// from processing with the Minotaur workflow processing from the contents of a
// single file.

// Load configuration profiles. They are loaded from the minotaur_config_base URL, main branch.
includeConfig "${minotaur_config_base}/EVA_cluster.config" // Cluster-specific configurations for nf-core/eager execution at MPI-EVA
includeConfig "${minotaur_config_base}/Minotaur.config" // Default nf-core/eager parameters for Minotaur processing.

// The following config file specifies BED files for on-target endogenous DNA calculation and mean coverage as well as pseudohaploid genotyping.
includeConfig "${minotaur_config_base}/CaptureType_profiles/1240K.config"

params {
// Keep track of config file versions used when processing
config_profile_description = "${config_profile_description}\n - config_template_version: ${config_template_version}\n - package_config_version: ${package_config_version}"
config_profile_contact = "Thiseas C. Lamnidis (@TCLamnidis)"
}
Loading
Loading