Skip to content

Commit

Permalink
Fix and prepare wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
ivartb committed Dec 25, 2023
1 parent df2a5af commit d3f86b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/metafx-modules/feature_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ fi
mkdir ${w}
cmd1="python ${SOFT}/select_samples_by_feature.py --work-dir ${featDir} --feature ${featName} --res-dir ${w} "
if [[ $relab ]]; then
cmd+="--board ${relab}"
cmd1+="--board ${relab}"
fi

echo "$cmd1"
$cmd1
if [[ $? -eq 0 ]]; then
echo "Total `wc -l ${w}/samples_list_feature_${featName}.txt` samples were selected"
echo "Total `wc -l ${w}/samples_list_feature_${featName}.txt | cut -d" " -f1` samples were selected"
echo "List of samples containing feature '${featName}' saved to ${w}/samples_list_feature_${featName}.txt"
echo "Nucleotide sequence for feature '${featName}' saved to ${w}/seq_feature_${featName}.fasta"
comment "Step 1 finished successfully!"
Expand Down
Binary file added img/examples/bandage_multigraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3f86b5

Please sign in to comment.