-
Notifications
You must be signed in to change notification settings - Fork 6
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
Partial fileset Issue# 87 #91
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
3f8348f
initial changes, test data
shravani-whoi d22309e
Merge branch 'master' of github.com:joefutrelle/pyifcb into partialFi…
shravani-whoi 80bb763
add flag to Fileset class
shravani-whoi 89d5f6c
update flag in all func calls
shravani-whoi 210f770
add flag in all calls
shravani-whoi a49c8cf
adding data/ for dev purposes
joefutrelle 0a2f945
fixing partial data directory location configuration
joefutrelle 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 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 |
---|---|---|
|
@@ -92,4 +92,9 @@ ENV/ | |
*~ | ||
\#*\# | ||
|
||
.venv | ||
.venv | ||
|
||
# vscode | ||
settings.json | ||
# any additional data being used for development | ||
data/ |
This file contains 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 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,7 @@ | ||
1,.3105469,.06072998046875,-.61004638671875,-.1776123046875,-3.6199951171875,-.29541015625,0,.2597656,202,673,96,45,1,-.27557373046875, | ||
2,.4296875,-.25726318359375,-6.6448974609375,-8.79486083984375,-10,-.701904296875,.3105469,.3808594,252,290,238,137,4321,-1.22467041015625, | ||
3,.7207031,.02685546875,-1.846923828125,.0457763671875,-1.15936279296875,-.61248779296875,.4296875,.6503906,210,432,180,86,36927,-.45074462890625, | ||
3,.7207031,.02685546875,-1.846923828125,.0457763671875,-1.15936279296875,-.61248779296875,.4296875,.6503906,360,457,113,45,52407,-.45074462890625, | ||
4,1.041016,.069580078125,-.0439453125,.07293701171875,.04913330078125,-.12969970703125,.7207031,1.001953,160,357,105,45,57492,-.0146484375, | ||
5,1.232422,.05096435546875,-.76263427734375,-.113525390625,-4.2095947265625,-.3924560546875,1.041016,1.181641,218,632,197,45,62217,-.34698486328125, | ||
6,1.300781,.05340576171875,-.4962158203125,-.1116943359375,-3.8262939453125,-.27801513671875,1.232422,1.251953,-11,-11,0,0,71082,-.411376953125, |
This file contains 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,6 @@ | ||
"Imaging FlowCytobot Acquisition Software version 1.0; October 2005" | ||
"Heidi M. Sosik and Robert J. Olson" | ||
"Woods Hole Oceanographic Institution" | ||
"SyringeStatus = 0" | ||
"Temp Humidity BinarizeThresh PMT1hv(ssc) PMT2hv(chl) BlobSizeThresh" | ||
" 11.4799732421875"," 32.167437512207"," 30"," .675"," .6"," 10" |
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joefutrelle need help in configuring this test. Need to include the partial test dataset directory here. I added the flag in the exists() method, but should I also add the flag in the
FileSet
constructor ?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes