Skip to content
Snippets Groups Projects
Commit ca261a6b authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Corrected scope-specific error in parseMeta.py

parent d92d93f9
Branches
Tags
2 merge requests!37v0.0.1,!15Resolve "process_align"
Pipeline #5773 failed with stages
in 1 hour, 19 minutes, and 8 seconds
......@@ -17,6 +17,7 @@ def get_args():
def main():
args = get_args()
metaFile = pd.read_csv(args.metaFile,sep=",",header=0)
endsManual = ""
# Check replicate RID metadata from 'File.csv'
if (args.parameter == "repRID"):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment