Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: icbi-lab/NeoFuse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2a
Choose a base ref
...
head repository: icbi-lab/NeoFuse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 9, 2022

  1. v1.2.2a patch

    abyssum committed Aug 9, 2022
    Copy the full SHA
    08b43b5 View commit details
Showing with 12 additions and 2 deletions.
  1. +1 −1 Docker/Dockerfile
  2. +5 −0 Docker/source/NeoFuse_multi.sh
  3. +5 −0 Docker/source/NeoFuse_single.sh
  4. +1 −1 NeoFuse
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -208,7 +208,7 @@ RUN apt-get autoclean -y && apt-get clean -y && \
WORKDIR /usr/local/bin/

# Install MHCFlurry
RUN pip install mhcflurry
RUN pip install mhcflurry==2.0.4

ENV MHCFLURRY_DEFAULT_CLASS1_MODELS /home/neofuse/.local/share/mhcflurry/4/2.0.0
# ENV MHCFLURRY_DEFAULT_CLASS1_MODELS /home/neofuse/.local/share/mhcflurry/4/1.6.0
5 changes: 5 additions & 0 deletions Docker/source/NeoFuse_multi.sh
Original file line number Diff line number Diff line change
@@ -239,6 +239,10 @@ do
mkdir -p $FINALTMP
mkdir -p $LOGSDIR

# Create temp dir and export
mkdir -p $OUTDIR"/TEMPDIR/"
export TMPDIR=$OUTDIR"/TEMPDIR/"

# Check for PE or SE reads and process the files accordingly
if test -f "$READ2"; then
echo "[-------------------------------- [NeoFuse] --------------------------------]"
@@ -588,6 +592,7 @@ do
rm -rf $OUTDIRRPKM
rm -rf $OUTDIRCLEAVEPEP
rm -rf $FINALTMP
rm -rf $OUTDIR"/TEMPDIR/"
echo " The run has succesfully finished" | sed "s/^/[`date +"%T"`] /"
echo " All the results and log files can be found in $REALOUT/$FILE/" | sed "s/^/[`date +"%T"`] /"
echo "[-------------------------------- [NeoFuse] --------------------------------]"
5 changes: 5 additions & 0 deletions Docker/source/NeoFuse_single.sh
Original file line number Diff line number Diff line change
@@ -209,6 +209,10 @@ mkdir -p $FINALOUTDIR
mkdir -p $FINALTMP
mkdir -p $LOGSDIR

# Create temp dir and export
mkdir -p $OUTDIR"/TEMPDIR/"
export TMPDIR=$OUTDIR"/TEMPDIR/"

# Check for PE or SE reads and process the files accordingly
if test -f "$READ2"; then
echo "[-------------------------------- [NeoFuse] --------------------------------]"
@@ -560,6 +564,7 @@ fi
rm -rf $OUTDIR"/FeatureCounts/"
rm -rf $OUTDIR"/RPKM/"
rm -rf $OUTDIR"/Peptides/"
rm -rf $OUTDIR"/TEMPDIR/"
echo " The run has succesfully finished" | sed "s/^/[`date +"%T"`] /"
echo " All the results and log files can be found in $REALOUT/$FILE" | sed "s/^/[`date +"%T"`] /"
echo "[-------------------------------- [NeoFuse] --------------------------------]"
2 changes: 1 addition & 1 deletion NeoFuse
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ do
done
if [ "$BUILD" == "false" ]; then
if [ "$READ1" == "" ] && [ "$IN" == "" ] && [ "$BUILDREF" == "false" ] || [ "$HELP" == "true" ]; then
echo "NeoFuse v1.2.1
echo "NeoFuse v1.2.2a
Usage: NeoFuse <arguments> [options]
<Arguments>