Skip to content

Commit

Permalink
Remove some unused files and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperdomo committed Aug 15, 2023
1 parent a7d513d commit bd95e3b
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 627 deletions.
32 changes: 0 additions & 32 deletions include/ComFunction.h

This file was deleted.

244 changes: 0 additions & 244 deletions include/ComStruct.h

This file was deleted.

1 change: 0 additions & 1 deletion include/hts_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <mutex>
#include <stdint.h>

#include "ComStruct.h"
#include "output_data.h"

#define BAM_UN_OPEN 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
author="WGLab",
description="""A fast and flexible QC tool for long read sequencing data""",
ext_modules=[lrst_mod],
script_args=['build_ext', '--inplace', '--build-lib', 'lib'],
script_args=['build_ext', '--build-lib', 'lib'],
py_modules=['lrst'],
packages=setuptools.find_packages(),
headers=project_headers,
Expand Down
46 changes: 0 additions & 46 deletions src/ComFunction.cpp

This file was deleted.

Loading

0 comments on commit bd95e3b

Please sign in to comment.