-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yanc support animal references (#148)
* support animal references * manual flake8 & black * biomaterial_core.ncbi_taxon_id is a List * use cell suspension and fail on multiple * fix error * unit tests and mdata-api bump * imports * make travis happy? * pass tests * formatting etc * store taxon_id_values as ReferenceId enum * fmt * ignore notebook checkpoints * small cleanup * rex comments * Update optimus.py Make sure both `('fastq.gz', 'fastq')` metadata fields can run through the Optimus pipeline. * fix incomplete rename * Update cellranger.py Make sure both `('fastq.gz', 'fastq')` metadata fields can run through the cellranger pipeline. * fmt * saman comments * dashes not underscore
- Loading branch information
1 parent
6cfa801
commit 087aadc
Showing
23 changed files
with
274 additions
and
157 deletions.
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 |
---|---|---|
|
@@ -26,3 +26,6 @@ wheels/ | |
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
|
||
# Development Artifacts | ||
*.ipynb_checkpoints/ |
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
14 changes: 0 additions & 14 deletions
14
adapter_pipelines/Optimus_mouse/adapter_example_static.json
This file was deleted.
Oops, something went wrong.
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
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
10 changes: 0 additions & 10 deletions
10
adapter_pipelines/ss2_single_end/adapter_example_static.json
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
12 changes: 1 addition & 11 deletions
12
adapter_pipelines/ss2_single_sample/adapter_example_static.json
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
Oops, something went wrong.