diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index ccfb186..00264be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # picard_cpp -cpp重写picard,对bam进行去冗余等操作 \ No newline at end of file +cpp重写picard,对bam进行去冗余等操作 + +# 依赖的第三方库 +- htslib diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..e69de29 diff --git a/src/module.h b/src/module.h new file mode 100644 index 0000000..e69de29 diff --git a/src/sam/markdups/markdups.cpp b/src/sam/markdups/markdups.cpp new file mode 100644 index 0000000..e69de29 diff --git a/src/sam/markdups/markdups_arg.cpp b/src/sam/markdups/markdups_arg.cpp new file mode 100644 index 0000000..e69de29 diff --git a/src/sam/markdups/markdups_arg.h b/src/sam/markdups/markdups_arg.h new file mode 100644 index 0000000..e69de29