You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the LncRNAanalysis pipeline using the following command:
ubuntu@powerfulcurie-97d42:~/bigdata/alicia/phd/SarsCovSeq_project/lncRnaSeqData$ nextflow run LncRNAanalysisPipe.nf -profile standard,conda,run --reads '*_{1,2}.fq.gz' --gencode_annotation_gtf gencode.v38.annotation.gtf --lncipedia_gtf lncipedia_5_2_hg38.gtf --hisat2_index GRCh38.p13.genome.fa
N E X T F L O W ~ version 19.01.0
Not a valid project name: LncRNAanalysisPipe.nf
After that, I decided to downlowd the latest version of the pipeline and run the command again using:
ubuntu@powerfulcurie-97d42:~/bigdata/alicia/phd/SarsCovSeq_project/lncRnaSeqData$ nextflow run my_pipes/LncPipe-0.2.5/LncRNAanalysisPipe.nf -profile standard,conda,run --reads '*_{1,2}.fq.gz' --gencode_annotation_gtf gencode.v38.annotation.gtf --lncipedia_gtf lncipedia_5_2_hg38.gtf --hisat2_index GRCh38.p13.genome.fa
N E X T F L O W ~ version 19.01.0
Launching `my_pipes/LncPipe-0.2.5/LncRNAanalysisPipe.nf` [pensive_lorenz] - revision: caa3313f66
Unknown configuration profile: 'standard'
Do you know why these errors occur?
The text was updated successfully, but these errors were encountered:
Dear all,
I tried to use the LncRNAanalysis pipeline using the following command:
After that, I decided to downlowd the latest version of the pipeline and run the command again using:
Do you know why these errors occur?
The text was updated successfully, but these errors were encountered: