Skip to content

Commit

Permalink
Merge pull request #150 from 4dn-dcic/upd_sheet_order
Browse files Browse the repository at this point in the history
tweaked order of GenomicRegion in sheet order
  • Loading branch information
aschroed committed Jan 25, 2021
2 parents 52ba729 + d588242 commit b8d04a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: CI

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
run: |
poetry install
poetry run coverage run --source=wranglertools -m pytest -vv tests -m 'not ftp'
poetry run coveralls
poetry run coveralls --service=github
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Submit4DN"
version = "2.0.2"
version = "2.0.3"
description = "Utility package for submitting data to the 4DN Data Portal"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions wranglertools/get_field_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ class FieldInfo(object):
"User", "Award", "Lab", "Document", "Protocol", "ExperimentType",
"Publication", "Organism", "Vendor", "IndividualChicken", "IndividualFly",
"IndividualHuman", "IndividualMouse", "IndividualPrimate",
"IndividualZebrafish", "FileFormat", "Enzyme", "Gene", "BioFeature",
"Construct", "TreatmentRnai", "TreatmentAgent", "GenomicRegion",
"IndividualZebrafish", "FileFormat", "Enzyme", "GenomicRegion", "Gene",
"BioFeature", "Construct", "TreatmentRnai", "TreatmentAgent",
"Antibody", "Modification", "Image", "Biosource", "BiosampleCellCulture",
"Biosample", "FileFastq", "FileProcessed", "FileReference",
"FileCalibration", "FileSet", "FileSetCalibration", "MicroscopeSettingD1",
Expand Down

0 comments on commit b8d04a3

Please sign in to comment.