Zhougeng Xu

Results 7 issues of Zhougeng Xu

Hi, shujun I recently run the EDTA pipeline(v2.0.1) on the Ficus hispida using the following command > As the EDTA was running successfully on my arabidopsis species, the pipeline was...

**Describe the bug** In `https://github.com/aidenlab/juicer/blob/master/CPU/juicer.sh`, it use ` if [ -z "$genomePath" ]` to judge whether the genomePath is set or not , but even you set the unexisted file...

bug

I want to show all sequence in one page, but the following code will not work ```r nt_seq

I write a `edit-fasta-according-to-new-cprops.py` which do the same thing as `edit-fasta-according-to-new-cprops.awk` and generate the same results. I have used `cmp` to compare the results of edit-fasta-according-to-new-cprops.py and edit-fasta-according-to-new-cprops.awk .The results...

I use the following command to compile this software ``` git clone https://github.com/ggonnella/gfaviz cd gfaviz/ qmake-qt5 make ``` And an error throw out ``` g++ -c ogdf/basic/extended_graph_alg.cpp -std=c++11 -I. -O3...

我在使用ALLHiC组装简单的二倍体时发现,optimize这一步可能会将原来正确的朝向搞错 这是使用optimize默认参数绘制的热图 ![image](https://user-images.githubusercontent.com/19432485/89609828-8922fc00-d8ab-11ea-8f9c-12c7a48d875c.png) 根据信号强弱变化,左下角的方向可能是反了 ![image](https://user-images.githubusercontent.com/19432485/89610624-99d47180-d8ad-11ea-9897-b8bcc3c30398.png) 于是我试着optimize 用 --skipGA跳过GA步骤结果绘制的热图 ![image](https://user-images.githubusercontent.com/19432485/89609848-9809ae80-d8ab-11ea-9535-66b8472eac03.png) 结果可能更加符合预期 我想问的是 1. GA步骤是如何根据clm文件确定contig的朝向呢? 2 GA步骤是否是必须的?

Hi, Could you please give a further instructions on the **database_fname** of `pyscenic ctx`, as I encountered an error when use following command base on the [turtorial]( https://github.com/aertslab/SCENICprotocol/blob/master/notebooks/PBMC10k_SCENIC-protocol-CLI-tracks.html) ```bash pyscenic...