-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new test profile with small genome/data
- Loading branch information
Zachary Foster
committed
Dec 11, 2024
1 parent
715b144
commit 528f12e
Showing
3 changed files
with
31 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
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/pathogensurveillance -profile test,<docker/singularity> --outdir <OUTDIR> | ||
---------------------------------------------------------------------------------------- | ||
*/ | ||
|
||
params { | ||
config_profile_name = 'Test profile' | ||
config_profile_description = 'Minimal test dataset to check pipeline function' | ||
|
||
sample_data = 'test/data/metadata/small_genome.csv' | ||
outdir = 'test/output/small_genome' | ||
n_ref_strains = 1 | ||
n_ref_species = 1 | ||
n_ref_genera = 1 | ||
} |
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,7 @@ | ||
ncbi_accession,taxon,enabled,ref_ncbi_accession,ref_primary_usage,ref_contextual_usage | ||
SRR18850314,Limosilactobacillus fermentum,TRUE,,, | ||
SRR18850310,Limosilactobacillus fermentum,TRUE,,, | ||
ERR13427439,Limosilactobacillus fermentum,TRUE,,, | ||
SRR29695256,Plasmodium falciparum,FALSE,GCF_000002765.6,exclusive,exclusive | ||
SRR29397006,Plasmodium falciparum,FALSE,GCF_000002765.6,exclusive,exclusive | ||
SRR27942447,Plasmodium falciparum,FALSE,GCF_000002765.6,exclusive,exclusive |