Hi,
I am totally new and illiterate in bioinformatic and the past few days where I played with qiime2 made me question my life choices of doing a master in microbiome, but I’ll try again I guess
So I am running the 2020.11 version of qiime2 on conda (Ubuntu 20.04 LTS) and I did most of the tutorials in qiime2 and it worked perfectly. Now, when I am trying to play with my own data I can’t even pass the import data step (and that’s a bummer). Basically I have a file on my desktop name ‘‘Projetmain’’ containing my demultiplexed paired-end sequences (2 fastq files per sample). I tried multiple commands:
1- qiime tools import
–type ‘SampleData[PairedEndSequencesWithQuality]’
–input-path C:\Users\audre\Bureau\Projetmain
–input-format CasavaOneEightSingleLanePerSampleDirFmt
–output-path demux-paired-end.qza
2- qiime tools import
–type ‘SampleData[PairedEndSequencesWithQuality]’
–input-path Users\audre\Bureau\Projetmain
–input-format CasavaOneEightSingleLanePerSampleDirFmt
–output-path demux-paired-end.qza
3- qiime tools import
–type ‘SampleData[PairedEndSequencesWithQuality]’
–input-path Users\audre\Bureau\Projetmain
–output-path demux-paired-end.qza
etc, etc, etc,
But I always have the same error message:
There was a problem with the command:
(1/1) Invalid value for ‘–input-path’: Path ‘UsersaudreBureauProjetmain’
does not exist.
I tried to write command with ‘’–verbose’’, but I don’t think I used it right because it said:
There was a problem with the command:
(1/1?) no such option: --verbose
The ‘‘import data’’ page doesn’t explain really how to import from my computer, it just says to download from the site to follow the exemple and doesn’t explain why they put what they put in their example of command lines (As I said I am illiterate and have the same capacities in computer than a 10 year old right now haha). People in the forum have definitely better understanding than me because their importation data problems seem more problematic than mine and I sadly spent multiple hours try to fix this, probably very simple, problem. So I really need your help!
Thank you soooooooo much!