-
Notifications
You must be signed in to change notification settings - Fork 10
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
🔨 Scrape Number and Specify Description #34
Conversation
🔨 Add number field scrape
🧹 cleanup naming 📝 add semicolon
🧹 catch impossible
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.
Thanks very much! Looks good.
Can you also add a test?
🚧 test in progress
tests/big.sh
Outdated
@@ -61,7 +61,7 @@ for mod in 2 3 4 5; do | |||
|
|||
|
|||
done | |||
rm generated-all.vcf generated-subset0.vcf anno.vcf.gz test.echtvar0 test.echtvar1 | |||
# rm generated-all.vcf generated-subset0.vcf anno.vcf.gz test.echtvar0 test.echtvar1 | |||
bash string.sh |
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.
why did you change this?
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.
Well, I am not ready for re-review yet. I made the change locally and I am using a remote machine to test. I hadn't made my test script yet, but just wanted to see the outputs in action before they are removed. I guess it's a little awkward to work on my own branch under scrutiny (I don't do cross-repo PRs often with external collaborators), but I'll re-request review when I think it's ready.
@brentp , so I have added the test, but in the process I was thinking, what if instead of prepending |
📝 default to 1 when INFO is A R G 🧪 updated tests
@brentp ok, I think I have addressed PR comments and suggestions, since the last look I have:
|
thank you! |
Partly addresses feature request # #33
Number
attribute for info to update_headerDescription
to override the defaultTO DO: Actually scrape the description from the source vcf file
Built locally, got compiler warning:
When run, headers are output as desired