Open himamura2 opened 3 months ago
The UNITE reference files you are trying to download are managed by UNITE and they (or their partners PlutoF) handle the hosting. We have no influence over that. Given their response, the solution for your issue is to update your download link to their new repository path.
I'm also having this same issue. Have you found a solution?
I managed to solve this problem by setting the link of unite, but it seems like the output its not been generated or recognized by the other programs (as DADA2... etc) . Furthermore, I'm having trouble with the params, and maybe this why the whole process its not working...
This is how I fix the unite problem ``script: def root_url = "https://s3.hpc.ut.ee/plutof-public/original" if (params.db_release == 'fungi') { url_base = "${root_url}/1E/66" file = "b4d764af-3ec2-46bc-86d3-882df59632b5.gz" """ wget -qO- $url_base/$file | tar xz iconv -f utf-8 -t ascii sh_general_release/.fasta \
unite_fungi.fasta rm -rf sh_general_release* """ } else { url_base = "${root_url}/BF/49" file = "909ba708-b58a-4b81-a17d-7c79f6e4b2a4.gz" """ wget -qO- $url_base/$file \ | gunzip \ | iconv -f utf-8 -t ascii \ unite_all_eukaryotes.fasta rm -f $file """ } } ``
I'm also having this same issue. Have you found a solution?
Hello, I am using NFCORE_AMPLISEQ https://github.com/nf-core/ampliseq/tree/2.10.0, and it uses DADA2. I already posted this issue to https://github.com/nf-core/ampliseq/issues/764 and they metioned that this is the file issue that DADA2 team may be able to resolve.
I am getting this error.
I contacted "plutof.ut.ee team" about the error and they said:
So if this is indeed the issue DADA2 team can resolve, could you update the files on plutof.ut.ee?? I attached the log file of ampliseq which uses DADA2. ITS_nextflow.log
best, Hideo