Closed qiaowei-vvjoe closed 4 years ago
What command did you use to install?
On pypi, the pypiper package is called piper
(not pypiper
).
@nsheff Hi I am so sorry for that stupid question but I just test the pepatac.py.
python3 pepatac.py -P 5 -O /mnt/disk1/qiaowei/pepatac_tutorial/tools/pepatac/example/data -S test_without_looper -G hg38 -Q paired -C pepatac.yaml -gs hs -I /mnt/disk1/qiaowei/pepatac_tutorial/tools/pepatac/examples/data/test1_r1.fastq.gz -I2 /mnt/disk1/qiaowei/pepatac_tutorial/tools/pepatac/examples/data/test1_r2.fastq.gz
Hi, you're not installing pypiper correctly. this shows how to install it:
Hi @nsheff I just wget https://github.com/databio/pypiper/archive/v0.12.0.zip then unzip v0.12.0.zip then go to pypiper-0.12.0/example_pipelines to test python3 hello_pypiper.py
but it still showed No module named 'pypiper' did I do any wrong steps? I am so sorry for that stupid question.
you have not installed pypiper. please install pypiper first. please read my earlier comments.
@nsheff Hi Nathan I have installed pypiper according to your comment and run python3 hello_pypiper.py successfully.
But when I test the example there comes other errors, for me now I just know the line36. The examples/data/test1 is come from the PEPATAC. Could you please give me a help for this problem?I am so sorry for these too much questions.Thank you so much.
$ python3 pepatac.py -P 5 -O /mnt/disk1/qiaowei/pepatac_tutorial/tools/pepatac/examples/data -S test1_without_looper -G hg38 -Q paired -C pepatac.yaml -gs hs -I /mnt/disk1/qiaowei/pepatac_tutorial/tools/pepatac/examples/data/test1_r1.fastq.gz -I2 /mnt/disk1/qiaowei/pepatac_tutorial/tools/pepatac/examples/data/test1_r2.fastq.gz
Traceback (most recent call last):
File "pepatac.py", line 1422, in
Did you have any more luck with this @qiaowei-vvjoe? I can run your command, modified for my file system successfully.
From the pepatac parent folder:
python3 pipelines/pepatac.py -P 5 -O /project/shefflab/pepatac_tutorial/data -S test1_without_looper -G hg38 -Q paired -C $CODE/pepatac/pipelines/pepatac.yaml -gs hs -I $CODE/pepatac/examples/data/test1_r1.fastq.gz -I2 $CODE/pepatac/examples/data/test1_r2.fastq.gz
Which version of the pipeline were you attempting here? Most recent version should be 0.9.5.
If you have another issue in this line of questioning please let us know @qiaowei-vvjoe
I am very sorry that I have left the place where I worked last year without solving this problem , but still thank you very much for your help.I will test it again according to your command.
------------------ 原始邮件 ------------------ 发件人: "databio/pepatac" <notifications@github.com>; 发送时间: 2020年9月15日(星期二) 凌晨3:03 收件人: "databio/pepatac"<pepatac@noreply.github.com>; 抄送: "乔玮"<1270885824@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [databio/pepatac] ModuleNotFoundError: No module named 'pypiper' (#122)
Did you have any more luck with this @qiaowei-vvjoe? I can run your command, modified for my file system successfully.
From the pepatac parent folder:
python3 pipelines/pepatac.py -P 5 -O /project/shefflab/pepatac_tutorial/data -S test1_without_looper -G hg38 -Q paired -C $CODE/pepatac/pipelines/pepatac.yaml -gs hs -I $CODE/pepatac/examples/data/test1_r1.fastq.gz -I2 $CODE/pepatac/examples/data/test1_r2.fastq.gz
Which version of the pipeline were you attempting here? Most recent version should be 0.9.5.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi I am now test this PEPATAC pipline.I install pypiper python package by miniconda3,but when I test the pepatac.py without looper it shows No module named 'pypiper'.Could anyone help me with the error?Thanks so much in advance.