-
Notifications
You must be signed in to change notification settings - Fork 7
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
run wont start. output is in same directory as data #68
Comments
Hello, What is the data path set in the config on the home page? |
okay so.. input data directory: testfastq the warning says: Output directory will be in the same folder as data, please check data structure info in documentation. error still shows even if i change output elsewhere. am on a WSL ubuntu |
If the folder that is then selected in the parameters page, also contains the fastq files, it will throw that error. Quick fix should be to throw the data into another folder so it's deeper in the file structure |
hmm well that let the job through. so that's good. immediately faced with a IsADirectoryError [Errno21] :/media/labx/harddisk/interartictest was something wrong with my pathing? |
Sorry could you elaborate on that? If you could screenshot the errors or copy/paste the wording. It helps me find it in the code. |
IsADirectoryError IsADirectoryError: [Errno 21] Is a directory: '/media/lab6/B28C-CBE9/intertest/'
|
Ahh that looks like an issue with the sample CSV file selection. The folder that actually contains the sample CSV should be what is in the home configuration setup. The on the parameters page, the drop down when you hit multiple samples, should have the sample.csv file as the selection, not a folder. Looks like I need to add some checks on that to make sure its a file being select. |
okay so that worked. I adjusted the filepath for the sample csv. had to also fix some malformations. however, up till this point. i had been selecting 'single sample' not 'multiple sample', so i didnt get the prompt to specify the sample.csv does the pipeline automatically assume its demux if it sees a 'barcode01' folder? in any case, the initial issues i had are resolved. |
Yea, the single sample option is rarely used, so much so I'm tempted to auto-populate the multiple-sample option by default. That and the sample.csv type setup seems to be the main complaint from users. Perhaps something more interactive, that auto-detects directory structure and shows it to the user, with some confirmation of each sample to analyse and denote negative controls to help with error handling. I can always keep the sample.csv as a second option. Thanks for your feedback. :) |
Hi @Psy-Fer - I am having this problem too - trying to play with our data that automatically gets transferred to our server from our runs. But we only take the the run_id over... e.g. 20211221_1411_X3_FAR98500_6ab03da1 - which are all stored in our gridion directory. So it wont let me run this data due to how it's structured!! |
Hmm okay I'll do something about it. Is this urgent? |
@Psy-Fer no not at all. Just having a look atm!! Thank you! |
I'm trying to start a run. filling the details in the webpage returns me to the top with an error about the output being the same directory as data (i'll edit in the exact wording when i try it again, currently reinstalling)
My data is on a USB stick with the following structure:
harddisk/ samples/ barcode01/ A.fastq
output location is meant to be a folder the same place as samples, but not inside.
is this an issue with naming, or file structure?
does the pipeline require exact file structures as minknow/guppy output?
The text was updated successfully, but these errors were encountered: