Hi! I downloaded the latest vcftools, moved it into my desktop file, then commanded:
tar -zxvf vcftools_0.1.8a.tar.gz
cd vcftools_0.1.8a
make
However, I received the following error:
make[1]: Entering directory `/home/lab/Desktop/linux files/vcftools_0.1.8a/cpp'
g++ -O2 -Wall -Wextra vcftools.cpp vcf_file.cpp vcf_entry.cpp vcf_entry_getters.cpp vcf_entry_setters.cpp vcf_file_filters.cpp vcf_file_output.cpp vcf_file_format_convert.cpp vcf_file_diff.cpp parameters.cpp vcf_file_index.cpp output_log.cpp -o vcftools -lz
vcf_file_output.cpp: In member function ‘void vcf_file:utput_PCA(const string&, bool, int)’:
vcf_file_output.cpp:2774:6: warning: parameter ‘use_normalisation’ set but not used [-Wunused-but-set-parameter]
vcf_file_output.cpp:2774:6: warning: parameter ‘SNP_loadings_N_PCs’ set but not used [-Wunused-but-set-parameter]
vcf_file_format_convert.cpp: In member function ‘void vcf_file:utput_as_012_matrix(const string&)’:
vcf_file_format_convert.cpp:453:7: warning: variable ‘phase’ set but not used [-Wunused-but-set-variable]
cp /home/lab/Desktop/linux files/vcftools_0.1.8a/cpp/vcftools /home/lab/Desktop/ ./ ./ ./ 2012/vcftools_0.1.8a//bin/vcftools
/bin/sh: Syntax error: Unterminated quoted string
make[1]: *** [vcftools] Error 2
make[1]: Leaving directory `/home/lab/Desktop/linux files/vcftools_0.1.8a/cpp'
cd: 2: can't cd to perl
make: *** [install] Error 2
Any help would be very appreciated! Thanks!
tar -zxvf vcftools_0.1.8a.tar.gz
cd vcftools_0.1.8a
make
However, I received the following error:
make[1]: Entering directory `/home/lab/Desktop/linux files/vcftools_0.1.8a/cpp'
g++ -O2 -Wall -Wextra vcftools.cpp vcf_file.cpp vcf_entry.cpp vcf_entry_getters.cpp vcf_entry_setters.cpp vcf_file_filters.cpp vcf_file_output.cpp vcf_file_format_convert.cpp vcf_file_diff.cpp parameters.cpp vcf_file_index.cpp output_log.cpp -o vcftools -lz
vcf_file_output.cpp: In member function ‘void vcf_file:utput_PCA(const string&, bool, int)’:
vcf_file_output.cpp:2774:6: warning: parameter ‘use_normalisation’ set but not used [-Wunused-but-set-parameter]
vcf_file_output.cpp:2774:6: warning: parameter ‘SNP_loadings_N_PCs’ set but not used [-Wunused-but-set-parameter]
vcf_file_format_convert.cpp: In member function ‘void vcf_file:utput_as_012_matrix(const string&)’:
vcf_file_format_convert.cpp:453:7: warning: variable ‘phase’ set but not used [-Wunused-but-set-variable]
cp /home/lab/Desktop/linux files/vcftools_0.1.8a/cpp/vcftools /home/lab/Desktop/ ./ ./ ./ 2012/vcftools_0.1.8a//bin/vcftools
/bin/sh: Syntax error: Unterminated quoted string
make[1]: *** [vcftools] Error 2
make[1]: Leaving directory `/home/lab/Desktop/linux files/vcftools_0.1.8a/cpp'
cd: 2: can't cd to perl
make: *** [install] Error 2
Any help would be very appreciated! Thanks!
Comment