ndreey / ghost-magnet

Molecular Bioinformatics BSc thesis project at University of Skövde
MIT License
1 stars 0 forks source link

Set up conda environment #8

Closed ndreey closed 1 year ago

ndreey commented 1 year ago

Set up conda environment for the mock data simulation to meet the req from NGSNGS

ndreey commented 1 year ago

git clone https://github.com/RAHenriksen/NGSNGS.git

git clone https://github.com/samtools/htslib.git

Error fixes for: cd htslib; make

ndreey commented 1 year ago

NGSNGS has been successfully run on the test data provided from NGSNGS.

./ngsngs -i Test_Examples/hg19MSub.fa -r 1000 -f fq -l 400 -seq PE -q1 Test_Examples/AccFreqL150R1.txt -q2 Test_Examples/AccFreqL150R1.txt -a1 AGATCGGAAGAGCACACGTCTGAACTCCAGTCACCGATTCGATCTCGTATGCCGTCTTCTGCTTG -a2 AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTAGATCTCGGTGGTCGCCGTATCATTT -o HgSim1337

I however could not get it to work for the practice data.

To do:

ndreey commented 1 year ago

Global variable was set with export ngsngs=path/ngsngs/

The issues was because of the lack of -q1 and -q2 arguments regarding the quality profile.

ndreey commented 1 year ago

CLOSING ISSUE as