Skip to content
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

implement dynamic dropdown #33

Merged
merged 1 commit into from
Oct 28, 2022
Merged

implement dynamic dropdown #33

merged 1 commit into from
Oct 28, 2022

Conversation

katherinemwong
Copy link
Collaborator

what it does:

  • add experiment, sample, cells into the input text box
  • after adding sample to database, will show list of previously submitted fastq experiments, sample, and cells

what it does not do:

  • show unique experiment, sample, cells
  • create a dynamic dropdown before submitting sample

@katherinemwong
Copy link
Collaborator Author

#33

@katherinemwong katherinemwong merged commit ba5f317 into main Oct 28, 2022
@katherinemwong katherinemwong deleted the dynamic_dropdown branch October 28, 2022 20:57
@katherinemwong
Copy link
Collaborator Author

katherinemwong commented Oct 28, 2022

#28

@byee4
Copy link
Member

byee4 commented Oct 28, 2022

To make things unique:

say you have a list 

mylist = [1, 2, 3, 3, 3]
mylist = list(set(mylist))
> [1,2,3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants