Skip to content
Snippets Groups Projects
Commit 42b5b070 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Output read length as str

parent e8b92b99
Branches
Tags
2 merge requests!37v0.0.1,!36Metadata output update
Pipeline #7772 failed with stages
in 1 minute and 39 seconds
......@@ -105,7 +105,7 @@ def main():
# Get read length metadata from 'Experiment Settings.csv'
if (args.parameter == "readLength"):
readLength = metaFile.Read_Length.unique()
print(readLength)
print(str(readLength))
if __name__ == '__main__':
main()
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