Skip to content

Commit 451a049

Browse files
committed
Merge branch 'master' into development
2 parents 9550e22 + 4746b95 commit 451a049

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL io.github.snakemake.conda_env_hash="9a2cd7d943a12a67aae93978ccc10c6213b846
77
# Step 1: Retrieve conda environments
88

99
# Conda environment:
10-
# source: workflow/envs/fastq-join.yaml
10+
# source: workflow/envs/NGmerge.yaml
1111
# prefix: /conda-envs/2abb0048c6dce1e9bf1a7960f16f3a74
1212
# ---
1313
# channels:

docs/1_getting_started/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For each assignment you want to process, you must give it a name like :code:`exa
8383
:REV:
8484
(Optional) List of reverse-read files in gzipped fastq format. Files have to overlap the FWD read by at least 10 bp (see :code:`NGmerge` and :code:`min_dovetailed_overlap`). The full or relative path to the files should be used. The same order in FWD, BC, and REV is important.
8585
:BC:
86-
List of index-read files in gzipped fastq format. The full or relative path to the files should be used. The same order in FWD, BC, and REV is important.
86+
(Optional) List of index-read files in gzipped fastq format. The full or relative path to the files should be used. The same order in FWD, BC, and REV is important. If not set BC must be in the FWD read and the linker or fixed length option has to be used to extract the BC.
8787
:adapters:
8888
(Optional) List of adapter sequences or fixed length to trim reads before running the workflow. Can be configured for all read inputs (FWD, REV, BC). See :ref:`Adapter trimming` for a detailed overview.
8989
:merge_tool:

0 commit comments

Comments
 (0)