Skip to content

Commit e8be57d

Browse files
authored
fix: add note on allowed file formats (#54)
1 parent 465c44b commit e8be57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A detailed description of the workflow, also outlining all involved insights and
2929

3030

3131
2. Run your pipeline on it.
32-
3. Upload results (VCF or BCF) to zenodo.
32+
3. Upload results to zenodo. Please use either `vcf.gz` or `.bcf`. You can use `bgzip <your vcf file>.vcf` to compress the file.
3333
4. Create a **pull request** that adds your results to the [config file](https://github.com/koesterlab/benchmarking-ngscn-sig4/blob/main/config/config.yaml), under variant-calls. Thereby, comply to the following structure:
3434
```yaml
3535
my-callset: # choose a descriptive name for your callset
@@ -47,7 +47,7 @@ A detailed description of the workflow, also outlining all involved insights and
4747
subcategory: # category of callsets to include this one (see other entries in the config file and align with them if possible)
4848
zenodo:
4949
deposition: # zenodo record id (e.g. 7734975)
50-
filename: # name of vcf/bcf/vcf.gz file in the zenodo record
50+
filename: # name of bcf/vcf.gz file in the zenodo record
5151
benchmark: # benchmark to use (one of giab-NA12878-agilent-200M, giab-NA12878-agilent-75M, giab-NA12878-twist, and more, see https://github.com/snakemake-workflows/dna-seq-benchmark/blob/main/workflow/resources/presets.yaml)
5252
rename-contigs: resources/rename-contigs/ucsc-to-ensembl.txt # rename contigs from UCSC (prefixed with chr) to Ensembl style (remove if your contigs are already in Ensembl style)
5353
```

0 commit comments

Comments
 (0)