Skip to content
Snippets Groups Projects
Commit 791b5a8e authored by Thulani Hewavithana (qnm481)'s avatar Thulani Hewavithana (qnm481)
Browse files

Replace gap_threshold_selection.py

parent ce0e0e95
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ def find_gaps(col, m): ...@@ -28,7 +28,7 @@ def find_gaps(col, m):
return gaps return gaps
# Get the input file as an argument (collinear file) # Get the input file as an argument (collinear file)
input_file = sys.argv[1] input_file = sys.argv[sys.argv.index('-i') + 1]
# Convert the collinear file to a dataframe # Convert the collinear file to a dataframe
C_df_csv = pd.read_csv(input_file, sep=' ', header=None) C_df_csv = pd.read_csv(input_file, sep=' ', header=None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment