You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/Troubleshooting.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ INFO: activate-gfortran_linux-64.sh made the following environmental changes:
11
11
```
12
12
13
13
## Missing input files for rule merge_and_rename_fq_se
14
-
You might come across above error even you spcified your input reads are pair-end. This might be due to your modified sample_template.tsv file is not tab-delimited or with duplicated sample_id. Fix that will allow the pipeline get throught.
14
+
You might come across above error even you spcified your input reads are pair-end. This might be due to your modified sample_template.tsv file is **not tab-delimited** or **with duplicated sample_id**. Fix that will allow the pipeline get throught.
15
15
16
16
17
17
## Could not create conda environment from umi_tools.yaml
AttributeError: "str' object has no attribute "name'
47
47
```
48
48
This issure could be fix by "conda install tabulate=0.8.10", more details refer to snakemake issue [1892](https://github.com/snakemake/snakemake/issues/1892)
49
+
50
+
## Issue for installing mamba
51
+
You might encounter the issue when you intall the mamaba with your connda version. Downgrading your mamba to 1.#.# versions might fix it. The version used for building the pipeline is v0.15.3.
0 commit comments