vibansal / crisp

Code for multi-sample variant calling from sequence data of pooled or unpooled DNA samples
MIT License
19 stars 8 forks source link

installation problems #28

Open THYeh44 opened 2 years ago

THYeh44 commented 2 years ago

Hi, I'm naive to the programming and having problems installing crips. Please help! My environment is Macbook M1. Xcode installed. samtools installed.

(base) thyeh@THs-MacBook-Pro crisp-master % make all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C samtools all make[2]: Nothing to be done for lib'. make[2]: Nothing to be done forlib'. make[2]: Nothing to be done for `lib'. gcc -g -Wall -O2 -o samtools bam_tview.o bam_plcmd.o sam_view.o bam_rmdup.o bam_rmdupse.o bam_mate.o bam_stat.o bam_color.o bamtk.o kaln.o bam2bcf.o bam2bcf_indel.o errmod.o sample.o cut_target.o phase.o bam2depth.o -Lbcftools libbam.a -lbcf -lcurses -lm -lz ld: can't write output file: samtools for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [samtools] Error 1 make: [all] Error 2

Thank you in advance!