Lyon0804

Results 5 issues of Lyon0804

https://neo4j.com/docs/cypher-manual/current/administration/constraints/

add a param `-z` in `speedseq align`, it is useful for amplicon sequencing.

一个实体在graphql中对应一个type,而实体的无参方法在graphql中会被当成属性,如: ```graphql type Project { delete: Boolean } ``` `delete`为`Project`的一个方法,对应代码生成器也无法正确生成`handleDelete` 方法

duplicate
enhancement

如何描述schema的变化,以及支持schema migration?

discuss

there may be multiple lane data, I tried like: `fastp -i a.L1.R1.fq.gz a.L2.R1.fq.gz -I a.L1.R2.fq.gz a.L2.R2.fq.gz -o a.out.R1.fq.gz a.out.R2.fq.gz` but it seems only L1 data is processed.