@@ -18,7 +18,7 @@ families and the number of ancient sequences found.
1818
1919Execute quicksand like this::
2020
21- nextflow run mpieva/quicksand -r v2.3 \
21+ nextflow run mpieva/quicksand -r v2.4 \
2222 -profile singularity \
2323 --split split/ \
2424 --db refseq/kraken/Mito_db_kmer22/ \
@@ -29,7 +29,7 @@ The output files are grouped by family-level in the :code:`out/` directory. Sequ
2929(after KrakenUniq) are stored in :code: `out/{family}/1-extracted/ ` while mapped, deduped and bedfiltered sequences are saved in the
3030:code: `out/{family}/best/{step}/ ` directories after the respective processing step::
3131
32- quicksand_v2.3
32+ quicksand_v2.4
3333 ├── out
3434 │ └── {family}
3535 │ ├── 1-extracted
@@ -72,7 +72,7 @@ The 'Tags' used are used in the same way as the 'Species' (e.g. in the file-name
7272
7373Run quicksand with::
7474
75- nextflow run mpieva/quicksand -r v2.3 \
75+ nextflow run mpieva/quicksand -r v2.4 \
7676 -profile singularity \
7777 --split split/ \
7878 --db refseq/kraken/Mito_db_kmer22/ \
@@ -84,7 +84,7 @@ The output file structure remains mostly the same. For families specified in the
8484appear in the :code: `out/{family}/fixed/{step}/ ` directory, together with additional output-files
8585that might be useful for additional downstream-analyses, such as the extracted deaminated reads::
8686
87- quicksand_v2.3
87+ quicksand_v2.4
8888 ├── out
8989 │ └── {family}
9090 │ ├── 1-extracted
@@ -130,14 +130,14 @@ So after collecting more reference genome(s) for the Suidae family, prepare a fr
130130
131131and rerun the pipeline with::
132132
133- nextflow run mpieva/quicksand -r v2.3 \
133+ nextflow run mpieva/quicksand -r v2.4 \
134134 -profile singularity \
135135 --rerun \
136136 --fixed fixed-references.tsv
137137
138138The (additional) output files are then the ones created by the :code: `--fixed ` flag::
139139
140- quicksand_v2.3
140+ quicksand_v2.4
141141 ├── out
142142 │ └── Suidae
143143 │ ├── 1-extracted
0 commit comments