merge_it ¶
merge_it(
*,
folder_paths: list[str],
sample_names: list[str],
output_path: str,
) -> None
Merge fastq files.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
folder_paths
|
list[str]
|
List of paths to folders. |
required |
sample_names
|
list[str]
|
List of name of the files. |
required |
output_path
|
str
|
Path to the output directory. |
required |
Returns:
| Type | Description |
|---|---|
None
|
|