biolxy

Results 7 issues of biolxy

## 1. install zlib (ubuntu18.04) ``` apt-get install zlib1g zlib1g.dev zlib ``` ## 2. download zlib1.2.11 and static compilation (ubuntu18.04) ``` cd /opt wget https://github.com/madler/zlib/archive/refs/tags/v1.2.11.tar.gz tar -zxvf v1.2.11.tar.gz cd zlib-1.2.11...

it's better to add `update apt-get` in line 36 of `src/scripts/run-example-docker.sh` ``` RUN sudo apt-get ``` without this line, i got some error like this: ``` E: Failed to fetch...

某些公司的UMI长度为7bp,但是只有2-4bp用于UMI校对(例如 何因生物 UMI接头),所以添加umi_skipb功能 ![UMI](https://github.com/OpenGene/fastp/assets/23098752/79db2424-843a-43f5-a432-08feb9881347)

…paths(修复了outdir非绝对路径时多次创建的bug)

Thank you for solving my problem! i find the address of blast2.2.26 is change to ``` ftp://ftp.ncbi.nih.gov/blast/executables/legacy.NOTSUPPORTED/2.2.26/blast-2.2.26-x64-linux.tar.gz ```

fix the lack of dependency libraries of samtools, such as "samtools: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory"

I added a file to build the Singularity image, aiming to assist more individuals in need of the program.