diff --git a/config/config.html b/config/config.html index d3b31209..e0dc6e21 100644 --- a/config/config.html +++ b/config/config.html @@ -177,6 +177,7 @@
Variants configuration used during deconvolution
var_conf.yaml
Variants to scan per periods (as determined with COJAC by leveraging the output of the cooc rule)
var_dates.yaml
Format of the output CSV.
lines
(default) - each variants a separate entry on a separate line.columns
- one column per variantcolumns
+
List of filters for removing problematic mutations from tally. Some mutations might be problematic and need to be taken out – e.g. due to drop-outs in the multiplex PCR amplification, they do not show up in the data and this could be misinterpreted by LolliPop as proof of absence of a variant.
filters_preprint.yaml
Host’s genome used to remove reads (e.g. human genome)
Note: if this file is absent, it is possible to fetch it from a remote server, see property ref_host_url
below.
/cluster/project/igenomes/Homo_sapiens/NCBI/GRCh38/Sequence/BWAIndex/genome.fa
If the host’s genome specified in property ref_host
isn’t present, fetch it from a remote server.
Note remember to set aside enough memory for the indexing rule, see section ref_bwa_index
property mem
.
http://ftp.ensembl.org/pub/release-105/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz
https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/001/405/GCA_000001405.29_GRCh38.p14/GCA_000001405.29_GRCh38.p14_genomic.fna.gz
@@ -187,4 +188,4 @@
Generate checksum for each individual consensus sequence (if a consensus is regenerated, it will help determine whether the new file has changed content or is virtually the same as the previous).
True
Also include the original .fastq.gz
sequencing reads files from raw_data/
in the list of files to be uploaded. See property orig_cram
below for a compressed version and see output dehumanized_raw_reads
and section dehuman
for depleting reads from the host.
True
Also include a compressed version of the original sequencing raw reads files from raw_data/
. Similar to property orig_fastq
above, but with reference-based compression.
True
-
Custom script that assists and prepares uploads.
It will receive the following positional parameters:
For an example, see the default script prepare_upload_symlinks.sh
, it generates symlinks that help tracking which samples are new and/or updated between runs of V-pipe and thus should be considered for upload.
Named options to be passed to the script, before the positional parameters. E.g. for an extra configuration file with SFTP server information.