Mercurial > repos > perssond > quantification
comparison CommandSingleCellExtraction.py @ 0:928db0f952e3 draft
"planemo upload for repository https://github.com/ohsu-comp-bio/quantification commit a4349062e9177b5e60fb7c49115c57299e0d648d-dirty"
author | perssond |
---|---|
date | Fri, 12 Mar 2021 00:19:24 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:928db0f952e3 |
---|---|
1 #Script for parsing command line arguments and running single-cell | |
2 #data extraction functions | |
3 #Joshua Hess | |
4 import ParseInput | |
5 import SingleCellDataExtraction | |
6 | |
7 #Parse the command line arguments | |
8 args = ParseInput.ParseInputDataExtract() | |
9 | |
10 #Run the MultiExtractSingleCells function | |
11 SingleCellDataExtraction.MultiExtractSingleCells(**args) |