diff --git a/IPI_bombyx.py b/IPI_bombyx.py index 9fac57511317d52607ef5b6be13863404d60b221..7ef1c1573ad075b69bf6439e5a83a24e2318b67d 100644 --- a/IPI_bombyx.py +++ b/IPI_bombyx.py @@ -81,7 +81,6 @@ def main(args): done_file = open(args.done_file, 'a+') done_file.seek(0) file_list = [int(v) for v in done_file.read().split('\n') if len(v)] - df = df[~df.ipassage.isin(file_list)] overlap = False if not len(df): df = pd.read_pickle(args.input) @@ -143,4 +142,4 @@ if __name__ == '__main__': help='Path to file listing files done') args = parser.parse_args() - sys.exit(main(args)) \ No newline at end of file + sys.exit(main(args))