Mercurial > repos > jay > pdaug_uversky_plot
comparison PDAUG_Basic_Plots/PDAUG_Basic_Plots.py @ 5:dcb39158941f draft
"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit ac4353ca5c0ac9ce60df9f4bf160ed08b99fbee3"
author | jay |
---|---|
date | Thu, 28 Jan 2021 03:51:28 +0000 |
parents | 070fc1da6df7 |
children |
comparison
equal
deleted
inserted
replaced
4:f46f1d9b3899 | 5:dcb39158941f |
---|---|
180 | 180 |
181 elif sys.argv[1] == "WordCloud": | 181 elif sys.argv[1] == "WordCloud": |
182 WordCloudPlot(args.InFile, args.FragSize, args.Workdirpath, args.htmlOutDir, args.htmlFname) | 182 WordCloudPlot(args.InFile, args.FragSize, args.Workdirpath, args.htmlOutDir, args.htmlFname) |
183 | 183 |
184 else: | 184 else: |
185 print("In Correct Option:") | 185 print("Incorrect option provided: %s" % (sys.argv[1])) |