-
Notifications
You must be signed in to change notification settings - Fork 3
Add CLI for coSMicQC
#34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
1b7844c
Create qcdataframe.py
d33bs 9784841
linting
d33bs c39e2b0
add qcdataframe
d33bs f3003e1
linting
d33bs b97f3a5
adding tests
d33bs 1069a4a
linting
d33bs d52a89f
update name, tests
d33bs 1bf8262
add back compat for self type
d33bs 772f895
back compat for isinstance
d33bs d0ea33c
linting
d33bs fe3fcf0
add cli for cosmicqc
d33bs 30aae3e
linting
d33bs 2bd3d5f
add tests and wrappers
d33bs b5c9997
linting and test adjustment
d33bs bf40aed
attempting wrapper
d33bs feec9a4
patch python-fire; fix tests
d33bs d7519a8
add docstring to top of test
d33bs f8773b2
add csv.gz compatibility
d33bs 0ad522f
add export capabilities
d33bs 6d33de4
rename file to correct module name
d33bs 34cf9bf
add export capabilities
d33bs c016bde
Merge branch 'add-file-data-ingest' into add-cli
d33bs 09d815c
add output capabilities
d33bs fbedb7d
Apply suggestions from code review
d33bs 0257014
update tests and docs
d33bs 985a6dd
fix tests
d33bs 5034a07
update tests; add constructor path for scdataframe
d33bs fd81868
linting
d33bs 42fedf5
Merge branch 'add-file-data-ingest' into add-cli
d33bs 3bab60f
modify tests
d33bs 6d61bf3
enable pd.series compatibility
d33bs 11cd3b0
Merge branch 'add-file-data-ingest' into add-cli
d33bs 90c2088
update for exports via cli
d33bs e35f97e
Merge remote-tracking branch 'upstream/main' into add-cli
d33bs c966ce8
fix docstring
d33bs ac734ca
add return types for test util
d33bs 812b171
fix deps
d33bs 2e18455
add to docs on exports
d33bs 273acf1
add docs for context
d33bs 77c27e1
note about ignore rule
d33bs 4d57177
remove todo
d33bs 1900c65
minor comment about display
d33bs 0a46f40
retain code comment
d33bs 5d5257b
correct code comment
d33bs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ,example_feature | ||
| 0,1 | ||
| 1,2 | ||
| 2,3 | ||
| 3,4 | ||
| 4,5 | ||
| 5,6 | ||
| 6,7 | ||
| 7,8 | ||
| 8,9 | ||
| 9,10 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.