CentOS7 Configuration R Language and Rstudio-serve
Today, I found a mentor who gave a server to CentOS7 to install an environment in R language to run R scripts. But since I have not learned and tried it, I would like to record the installation process and provide some ideas for future installations.
After referring to some people's methods, we found that the R language version installed with ...
Posted by apacheguy on Tue, 12 Oct 2021 09:09:10 -0700
Let's continue with the genomic informatics experiment
Experiment 2: sequence assembly
1.art illumina simulated double terminal sequencing
Short and long insert libraries:
./art_illumina -ss HS25 -sam -i ./GCF_000146045.2_R64_genomic.fna -p -l 125 -f 10 -m 200 -s 10 -o ./Sc_paired
./art_illumina -ss HS25 -sam -i ./GCF_000146045.2_R64_genomic.fna -p -l 125 -f 10 -m 2500 -s 50 -o ./Sc_matepair
Vi ...
Posted by Teddy B. on Thu, 09 Sep 2021 12:17:03 -0700