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

load genom by selecting file ? #55

Open
dridk opened this issue Mar 14, 2016 · 13 comments
Open

load genom by selecting file ? #55

dridk opened this issue Mar 14, 2016 · 13 comments

Comments

@dridk
Copy link
Member

dridk commented Mar 14, 2016

as @natir suggest, it's a bad idea, to have one folder for genomes.
Create from the Menu : Genom > open genom, Annotation > open annotation

@dridk
Copy link
Member Author

dridk commented Mar 14, 2016

At the end, I m not sure it's a good idea.
We are going to preprocess file and create associated index file.
Also, from the user side, it's easier to have one place to store everything.
For instance, steam application, download and manage everything from the same place.
Let's discuss about it

@dridk dridk changed the title load genom by selected file load genom by selected file ? Mar 14, 2016
@dridk dridk changed the title load genom by selected file ? load genom by selecting file ? Mar 14, 2016
@dridk
Copy link
Member Author

dridk commented Mar 14, 2016

In the other hand, I do not want to import my annotation file ... !

@dridk
Copy link
Member Author

dridk commented Mar 14, 2016

Let's do like IGV !
Genome file are imported into a common folder.
But annotation a read directly from their location.

@natir
Copy link
Member

natir commented Apr 1, 2016

I don't understand why bigbroswer required a special directory for file.
File generate by bigbroswer is save is same directory of original file.

I didn't see the problem and create a bigbroswer directory in home directory of the user is disgusting.

@dridk
Copy link
Member Author

dridk commented Apr 1, 2016

I partially agree.
When I created the folder path, I was thinking of a download manager which
download genom and annotation from server.
When application start, It loads available genom name and display them into
the genom combobox. To do that, I have to scan a defined folder.

I think you are right for annotation local file, which can reside
anywhere.
But what about downloaded file from bigbrother? Where must they go?

To summarise, they are 2 kind of data.

  • genome package from local or network
  • annotation from local or network

When you click on AddData, a dialog box should appear which allows user to
select data from local or from server

Le 1 avr. 2016 21:42, "Pierre Marijon" [email protected] a écrit :

I don't understand why bigbroswer required a special directory for file.
File generate by bigbroswer is save is same directory of original file.

I didn't see the problem and create a bigbroswer directory in home
directory of the user is disgusting.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#55 (comment)

@natir
Copy link
Member

natir commented Apr 2, 2016

If the question is where store the download file ? The answer is in same for all application in the download directory (but user can set this parameter).

We can use this to find it http://doc.qt.io/qt-5/qstandardpaths.html

@dridk
Copy link
Member Author

dridk commented Apr 2, 2016

What about genomes files? And how to make application understand that some
annotation file works only with a genom file .

2016-04-02 9:28 GMT+02:00 Pierre Marijon [email protected]:

If the question is where store the download file ? The answer is in same
for all application in the download directory (but user can set this
parameter).


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#55 (comment)

Sacha schutz
Interne en Biologie moléculaire
Bioinformaticien
+33651571606
dridk.me
Fork me on github https://github.com/

@natir
Copy link
Member

natir commented Apr 2, 2016

It's the user responsibility to be sure the annotation file match with sequence file.

@dridk
Copy link
Member Author

dridk commented Apr 2, 2016

And about download folder,
what about having annotationDownloadFolder , with subfolder ordered by
categories.

annotation / hg19 / gcPercent.bed

2016-04-02 11:20 GMT+02:00 Pierre Marijon [email protected]:

It's the user responsibility to be sure the annotation file match with
sequence file.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#55 (comment)

Sacha schutz
Interne en Biologie moléculaire
Bioinformaticien
+33651571606
dridk.me
Fork me on github https://github.com/

@natir
Copy link
Member

natir commented Apr 2, 2016

For your example, User add track and after in the track setting select file we want

I didn't understand why you want a strict subfolder organization let the user to be free. I hate application we force me to use special file organization. Application work for me, I didn't work for application.

@dridk
Copy link
Member Author

dridk commented Apr 2, 2016

I understand your point.
But In most of the case, user will download items from download manager. I
m talking about this point.

2016-04-02 11:37 GMT+02:00 Pierre Marijon [email protected]:

For your example, User add track and after in the track setting select
file we want

I didn't understand why you want a strict subfolder organization let the
user to be free. I hate application we force me to use special file
organization. Application work for me, I didn't work for application.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#55 (comment)

Sacha schutz
Interne en Biologie moléculaire
Bioinformaticien
+33651571606
dridk.me
Fork me on github https://github.com/

@natir
Copy link
Member

natir commented Apr 2, 2016

Yes and file is download in system download dir, and if user want move/remove/modified file BB is ok.

In your approach BB is good for one use case :

  • User download file with BB
  • User see file with BB

In my approach BB is good for all more use case :

  • User download/build/create file with any software
  • User see any file with BB

@dridk
Copy link
Member Author

dridk commented Apr 2, 2016

So let's do annotation as you said .
But genom should be application file.

2016-04-02 12:05 GMT+02:00 Pierre Marijon [email protected]:

Yes and file is download in system download dir, and if user want
move/remove/modified file BB is ok.

In your approach BB is good for one use case :

  • User download file with BB
  • User see file with BB

In my approach BB is good for all more use case :

  • User download/build/create file with any software
  • Use see any file with BB


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#55 (comment)

Sacha schutz
Interne en Biologie moléculaire
Bioinformaticien
+33651571606
dridk.me
Fork me on github https://github.com/

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

No branches or pull requests

2 participants