-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
何伟明(Weiming He)
committed
Aug 25, 2023
1 parent
7700876
commit d2bf607
Showing
27 changed files
with
1,659 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
fqcheck : fqcheck | ||
|
||
1) Introduction | ||
------------ | ||
|
||
This software relies on two other library packages [zlib and gzstream] | ||
g++ > 4.9 is bester | ||
|
||
---------------------- zlib infomation ---------------------------- | ||
If Lib [zlib] do not work | ||
you can download form this website and install it | ||
http://www.zlib.net/ | ||
|
||
---------------------- gzstream infomation ---------------------------- | ||
If Lib [gzstream] do not work | ||
you can download form this website and install it | ||
http://www.cs.unc.edu/Research/compgeom/gzstream/ | ||
|
||
|
||
|
||
2) linux/Unix INSTALL | ||
-------------------------------------- | ||
|
||
Just execute as follows : | ||
tar -zxvf fqcheckXXX.tar.gz | ||
cd fqcheckXXX.tar.gz; | ||
make ; make clean | ||
./bin/fqcheck | ||
|
||
#I had compiled and installed these two library packages [zlib and gzstream] on the linux X64 platform | ||
if Link do not work ,try Re-install these two librarys and copy them to the library Dir | ||
|
||
fqcheck-xx/include | ||
fqcheck-xx/lib | ||
|
||
|
||
|
||
3) macOS platform INSTALL | ||
|
||
you should must two library [zlib and gzstream] and copy them to the corresponding library directory | ||
|
||
|
||
#step1 :Should must <b>re-install</b> two library [zlib and gzstream] | ||
see [zlib and gzstream] website | ||
|
||
#step2 : # Copy these two library into the corresponding library directory | ||
|
||
cp libz.a libz.so* fqcheck-xx/lib | ||
cp libgzstream.a fqcheck-xx/lib | ||
|
||
|
||
#step3 : | ||
|
||
sh make.sh # or [make && make clean] | ||
|
||
# if software can not find the htslib Path ,you can vim the make.sh or Makefile [-I -L] | ||
|
||
|
||
4) Contact | ||
email: [email protected] / [email protected] | ||
join the QQ Group : 125293663 | ||
|
||
|
||
|
||
######################swimming in the sky and flying in the sea ########################### ## | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CXX=g++ | ||
BIN := ./bin | ||
|
||
LDFLAGS=-lz | ||
INCLUDE=-I./include | ||
LIBS=-L./lib | ||
|
||
CXXFLAGS= -g -O3 $(INCLUDE) $(LIBS) | ||
# you can add the [ -I /path/.../samtools-1.6/htslib-1.6 -L /path/.../samtools-1.6/htslib-1.6 ] here #no need by fqcheck | ||
|
||
|
||
all: $(BIN)/fqcheck | ||
|
||
$(BIN)/fqcheck: $(BIN)/../src/fqcheck.o | ||
$(CXX) $^ -o $@ $(LDFLAGS) $(INCLUDE) $(LIBS) | ||
|
||
$(BIN)/%.o: %.cpp | ||
$(CXX) -c $(CXXFLAGS) $< -o $@ | ||
|
||
clean: | ||
$(RM) $(BIN)/*.o $(BIN)/../src/*.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
prefix=/zfssz5/BC_PUB/Software/01.Usr # may the Gzstream zlib install path | ||
export PATH=/ifswh2/SOLEXA/hdp4000/bin:/zfssz5/BC_PUB/Software/03.Soft_ALL/gnuplot-5.2/bin/:$prefix/bin:$PATH # may gnuplot here | ||
export LD_LIBRARY_PATH=$prefix/lib:$prefix/lib64:$LD_LIBRARY_PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
prefix=/zfssz5/BC_PUB/Software/01.Usr # may the Gzstream zlib install path | ||
export PATH=/ifswh2/SOLEXA/hdp4000/bin:/zfssz5/BC_PUB/Software/03.Soft_ALL/gnuplot-5.2/bin/:$prefix/bin:$PATH # may gnuplot here | ||
export LD_LIBRARY_PATH=$prefix/lib:$prefix/lib64:$LD_LIBRARY_PATH |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
adapter_id polluted_reads empty_reads adapter_sequence | ||
iPE-3+ 0 (0.000%) 0 (0.000%) AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC | ||
|
||
total_reads: 2471 |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
adapter_id polluted_reads empty_reads adapter_sequence | ||
iPE-5- 3 (0.121%) 0 (0.000%) AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTA | ||
|
||
total_reads: 2471 |
Oops, something went wrong.