Closed misialq closed 3 years ago
Tested with some BioProject IDs and works perfectly fine!
(some issues when fetching the PR upstream because some files were deleted upon switching to the new branch
❯ git checkout fondue-pr-test2 D q2_fondue/__init__.py D q2_fondue/_version.py
etc
but restoring these before installing solved that - thanks again @misialq!)
If the CLI command get-all
can be run with input BioProject IDs, is there a way of reconfiguring get-sequences
to as well? It feels a little unbalanced to have the option for get-metadata
and get-all
, but not get-sequences
.
Hey @lina-kim, thanks for your review! Yes, I absolutely agree - it would be best to have them all the same... It wasn't very straightforward, though, as to make it work we would probably need to add some parts of the efetcher into get_sequences
. So maybe this could be a follow-up of this PR - let's discuss that on Thursday!
~Requires #26 to be merged first.~
sample_id
toaccession_id
in all commandsget_all
andget_metadata
to support project IDs (does not changeget_sequences
as fasterq-dump does not support project IDs)Closes #13, #24, #25.
~Note to self: rebase after #26 is merged.~