Prepocessing does not work

オープン
#4 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
bash, python

調査の方向性

Start with the repository's documented preprocess.sh invocation and inspect how that script is installed or exposed in the Python environment. Reproduce the command and the SLURM example using the metagenomic FASTQ inputs; done means the command can locate and run preprocess.sh without the reported command-not-found error.

索引モデルが issue の本文から書いたものです。

説明

Hello, I was trying to use your tool for checking metagenomics fastq.gz files. I am working in HPC, so I created a new environment where I downloaded conda install preprocessing -c Fasnicar. The problem is when I send the command you put parallel -j NCPU 'preprocess.sh -i {} [ other parameters]' ::: ls input_folder

Academic tradition requires you to cite the works on which your paper is based.
If you use programs that use GNU Parallel to process data for an article in a scholarly publication, please cite
scientific publication, please cite:

Tange, O. (2024, Sept. 22). GNU Parallel 20240922 ('Gold Apollo AR924').
Zenodo. https://doi.org/10.5281/zenodo.13826092

This helps fund further development; AND IT DOES NOT COST YOU A CENT.
If you pay 10000 euros you should feel free to use GNU Parallel without citations.

Read more about GNU Parallel funding and the citation notice:
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice

To silence this citation warning: run 'parallel --citation' once.

Come on: You have run Parallel 10 times. Isn't it time
to run 'parallel --citation' once to silence the citation alert?

/usr/bin/bash: preprocess.sh: command not found

and even if I go into the preprocess folder, where I see the file, I get the same error.

I created a sh job I :

#!/bin/bash 
#SBATCH --account=francesconimichela
#SBATCH --nodes=1
#SBATCH --mem=200G
#SBATCH --ntasks=100
python /share/project9/home/francesconimichela/preprocessing/preprocess.sh -i {} ::: /share/project9/home/francesconimichela/concat_I3lung/*

but again, it doesn't work. I can't figure out how to make the command go.
I apologize if this is a silly question or if I didn't explain myself well but there are really few explanations

Michela

主要言語
Python
スター
15
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

SegataLab/preprocessing のほかの issue

SegataLab/preprocessing の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。