... | ... | @@ -68,6 +68,9 @@ graph TD; |
|
|
id1[`run` paired-end .fastq files]-->r1(illuminapairedend);
|
|
|
|
|
|
subgraph g1[assembly]
|
|
|
|
|
|
op <check >
|
|
|
|
|
|
r1(illuminapairedend)-->r2(remove_unaligned);
|
|
|
click r1 "https://gitlab.mbb.univ-montp2.fr/edna/snakemake_rapidrun_obitools/-/blob/master/02_assembly/rules/illuminapairedend.smk";
|
|
|
click r2 "https://gitlab.mbb.univ-montp2.fr/edna/snakemake_rapidrun_obitools/-/blob/master/02_assembly/rules/remove_unaligned.smk";
|
... | ... | |